I am using the boxed style layout and have a whole site defined body background image. I’m wondering if there is a way to define a different body background image for a specific page on the site? Thank you.
Hey iwsdjb!
can you please provide ius a link of your web site and make a simple screenshot so we can see if it is something possible with some quick css?
Thanks a lot
Regards,
Basilis
Thank you, I will provide links in the private content.
Hi,
Yes, try to use the add this code to Quick CSS (located in Enfold > General Styling):
html.html_boxed.html_entry_id_724 {
background: url("NEW_IMAGE_HERE") top center no-repeat scroll;
}
Just replace NEW_IMAGE_HERE with the image you want to replace. If you want to apply it on other pages, you can copy the code and paste it, just replace 724 with the id of the page (for more information on how to find the page id: https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/ ) and also replace it with new background. Hope this helps :)
Best regards,
Nikko
Beautiful! Thank you so much.