Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131256
    ThomasD
    Participant

    I have set a background image that is displayed on all pages of my site. But I don´t want it to be shown beyond the featured slider of my static homepage. Could this be done?

    Link to my site: http://decker4u.de/

    Thanks,
    Tom

    #131257
    tikaram
    Keymaster

    @thomasd : Go to Appearance => Customize => Additional css and add the following css.

    body.home.custom-background {
    	background-image :unset;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #131289
    ThomasD
    Participant

    Tikaram,

    thanks a lot – works perfect!

    Regards,
    Tom

    #131329
    tikaram
    Keymaster

    @thomasd : Glad to know that the issue has been resolved. Have a good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to display background image not on homepage’ is closed to new replies.