Archived topic
Body color isn't responding to white?
3 replies · Started by Daniel on May 15, 2020
I can't seem to figure this out. I go to Customize > Colors > Header: ##ffffff / Body: #ffffff, Footer: #ffffff.
But BODY stays some color of grey. And I have no idea how to change bg color of the footer widgets? Or widgets for that matter.
I'm using the Peak theme/skin.
Any help would be appreciated.
Daniel
Hi there,
Go to Additional CSS field in the customizer and remove this:
.inside-article, .sidebar .widget, .comments-area {
box-shadow: 0 0 60px rgba(0,0,0,0.05);
}
Let me know if this helps :)
Perfect. I couldn't find that. I actually just changed both issues to:
.inside-article,
.sidebar .widget,
.comments-area {
box-shadow: 0 0 60px rgba(0,0,0,.0);
}
.site-info {
box-shadow: 0 0 60px rgba(0,0,0,0.0);
}
... in case I wanted to add the shadow back. Thank you so much! I appreciate you.
No problem :)