Archived topic
Change Content Area Background Color on Single Page
1 reply · Started by Jeff on August 13, 2020
Viewing posts 1–2 of 2
What css would I use to change the background color of the content on a single page?
Hi there,
Try something like this:
body.page-id-xxx .inside-article {
background-color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Just replace xxx with the actual ID of the page.
If this doesn't help, please link me to the page in question.
This archived topic is closed to new replies.