Site logo

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

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.