Archived topic
Sidebar: different color
3 replies · Started by Dominic on February 17, 2017
Is it possible to separate the sidebar better from the main content (e.g. an slightly darker sidebar or something)?
At the moment it's not really clear, where the sidebar begins on my blog: http://i.imgur.com/GFWKJsI.png
I can't find an option to change this... maybe I'm a little bit blind.
Hi Dominic,
You can change the sidebar colors in Customizer > Colors > Sidebar Widgets > Background.
Make sure your color add-on is activated.
Let me know if this helps.
Thanks, I've already discovered that option, but I don't think that looks good: http://d.pr/i/vJHl
Isn't it possible to just change the color of the whole sidebar?
Try this additional CSS to cover the gap between the containers:
.separate-containers .inside-right-sidebar {
background-color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.