Archived topic
Sidebar background colour different for specific page
1 reply · Started by Dami on September 14, 2017
Viewing posts 1–2 of 2
Hi,
Is there a way to change the background colour of the sidebar of a specific page, so as not to affect the background colour of sidebars on other pages?
Thank you
Hi there,
Yup of course.
If you use Tom's Simple CSS: https://docs.generatepress.com/article/adding-css/#simple-css
It gives you a CSS metabox on each page.
Then you can use this CSS:
.sidebar .widget {
background-color: #ffffff;
}
This archived topic is closed to new replies.