Archived topic
How to get rid of box color and shadow
1 reply · Started by Ross on December 27, 2020
Viewing posts 1–2 of 2
I have changed the background color to white to match the white inner color but have a grey line and shadow around everything. How do i turn this off or make it white/transparent.
See images - thanks
Hi,
I believe you're using Marketer from the site library templates?
This particular site template adds in this CSS on Appearance > Customize > Additional CSS:
.inside-article, .sidebar .widget, .comments-area {
border-right: 2px solid rgba(0,0,0,.07);
border-bottom: 2px solid rgba(0,0,0,.07);
box-shadow: 0 0 10px rgba(232,234,237,.5);
}
Simply remove this line of CSS to remove it from the site.
This archived topic is closed to new replies.