Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #710412

    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.

    #710450

    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

    #710467

    Thank you, I will provide links in the private content.

    #711035

    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

    #711307

    Beautiful! Thank you so much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change body background image for specific pages’ is closed to new replies.