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.
A wise man once said:
"Have you cleared your cache?"