Site logo

Archived topic

background not on homepage

1 reply · Started by Jasper on June 22, 2016

Viewing posts 1–2 of 2

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;
}

Try this instead:

body.home {
    background-image: none !important;
}
This archived topic is closed to new replies.