Site logo

Archived topic

Is It Possible To Change Background Colour Of One Page Only?

1 reply · Started by Simon on September 7, 2020

Viewing posts 1–2 of 2

Hi,

We're looking to change the full-width colour of the homepage (a page) but would like the rest of the website to be white. Is this possible?

Many thanks,

Simon

Hi there,

you can use some CSS like this:

body.home {
    background-color: #f00;
}
This archived topic is closed to new replies.