Hello guys,
I am trying to find a solution for changing the body background image of specific pages.
(Unfortunately old threads didn’t help.)
I have a boxed layout and a set background for the website in general (background of body, stretched, scrolling).
.page-id-XXX kind of works, only the content container get’s the image but not the whole page (body).
Any ideas how to add different background image on specific pages?
THANK YOU
Hey Jables,
Could you post a link to where we can see the results you are getting please? Also let us know which image you would like to change to, and on which page.
Best regards,
Rikard
Hey Rikard,
sure! The login data is below in the private content box.
THANK YOU
Hi Jables,
Please try using the code like so:
#top.page-id-xx .bg_container {
background-image: url(...) !important;
}
Best regards,
Victoria
Perfect. It worked.
THANK YOU!
Hi Jables,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria