Site logo

Archived topic

set background color of a specific page

5 replies · Started by Robin on August 13, 2020

Viewing posts 1–6 of 6

I'd like to set the background color of specific pages-- not the container background color, the entire page, so that everything below the header with the dropped down menu items would be the color I specify. I've tried various custom css options with no luck thus far.

Hi there,

We would need to target the page ID.

Which page are you referring to?

If you just give me the general recipe, I can target each page id...

Thank you!

Try something like

body.page-id-xxx {
    background-color: #000;
}

thank you!

No problem :)

This archived topic is closed to new replies.