Archived topic
coloring sidebar
4 replies · Started by Maxwell on October 9, 2018
I've tried for hours but can't figure out how to fill white into the gap between the top of the footer and the bottom
of the left sidebar menu. Apologies if this is a duplicate, but I don't know if I entered a support ticket properly on this.
Here are things I've tried unsuccessfully so far:
.inside-left-sidebar { background: #FFF; }
setting the body color to white
.sidebar { background: #000000; }
inserting a white image in the left sidebar
This is a screen grab of the problem:

Hi there,
Try this CSS:
.site-content {
background-color: #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
That worked perfectly, and so simple, thank you very much :)
No problem :)