background not on homepage

Home Forums Support background not on homepage

Home Forums Support background not on homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203905
    Jasper

    I don’t want the body background image to display on the homepage.
    I thought this css would do the trick but it does not.
    .home body {
    background-image: none !important;
    }

    #203973
    Tom
    Lead Developer
    Lead Developer

    Try this instead:

    body.home {
        background-image: none !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.