Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1240934

    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

    #1241413

    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

    #1241548

    Hey Rikard,
    sure! The login data is below in the private content box.
    THANK YOU

    #1242082

    Hi Jables,

    Please try using the code like so:

    
    #top.page-id-xx .bg_container {
        background-image: url(...) !important;
    }
    

    Best regards,
    Victoria

    #1242085

    Perfect. It worked.
    THANK YOU!

    #1242145

    Hi Jables,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Different background image on specific pages’ is closed to new replies.