Archived topic
Backgorund colour
3 replies · Started by Gabriele on July 19, 2021
Hi there!
Reaching out about a background colour issue.
I am sure there's something very simple I am missing, but could you please help me out here?
This is the page link:
https://wearefesta.co/about-festa/
As you can see, a white box shows up around the content (I believe that's the container). I used a bit of css targeting page-id-106 but not sure why I still have some white.
Hope you'll be able to help!
Cheers,
G
Hi there,
there is #page container that sits inside the main content - which has its own background color - so you would need to include that selector in your CSS:
body.page-id-106,
body.page-id-106 #page {
background-color: #F6F4EE;
}
But are you wanting to only target this single page ?
If you want that applied to the entire site, then enable Colors Module in Appearance > GeneratePress.
Then set the Customizer > Colors > Body ... and > Content.
Hi David,
Wonderful, I actually ended up using the Colours Module and it worked great.
Thanks,
G
Glad to hear that!