Hi, maybe its not possible but I want to chage the bg only in 2 pages, but i really don't know is that possible, can you help me? or maybe just give me a little tip,
Change the Background in some pages
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
you can use css code to change the bg color/image on specific pages. I.e. if your page has the id 45 use following code (you can add it to css/custom.css):
body.page-id-45{ background-color: #333 !important; }You can change the page id and the background color value :)
Posted 1 year ago #
Reply
You must log in to post.














