Archived topic
Gray background on outside content edges
3 replies · Started by Zach on May 26, 2020
Viewing posts 1–4 of 4
I've checked all the Color settings in the Customizer and can't figure out where the light gray background is coming from on the left and right page edges. I want all of these areas to be plain white.
https://drive.google.com/file/d/1sREkyM5PJzTERywSiKZg9fpRnl6ZhZWA/view?usp=sharing
Hi there,
its the Box Shadow being added by this CSS in Customizer > Additional CSS:
.inside-article, .sidebar .widget, .comments-area {
box-shadow: 0 0 60px rgba(0,0,0,0.05);
}
Remove that to see the difference
Ahh thanks!
You're welcome
This archived topic is closed to new replies.