Archived topic
Footer Widget and Footer Bar Background Color
4 replies · Started by Dan on July 26, 2019
This is my first use of GeneratePress using Peak. I noticed that the footer bar seems to be using white as the color, but the footer widgets is set to white but seems to be off white ish. The body background color seems to be the same off white ish.
Hi there,
You can change all those colors in the customizer:
https://docs.generatepress.com/article/colors-overview/
Let me know if this helps :)
Thanks for the reply. I have set them all to white #ffffff, but the results don't seem like pure white. I can change it to any other color blue, red, black and I can see how to change it.
If you look at this page, it is easier to see the color difference
Try removing this CSS added in the additional CSS field in the customizer:
.inside-article,
.sidebar .widget,
.comments-area {
box-shadow: 0 0 60px rgba(0,0,0,0.05);
}
Let me know if this helps :)