Site logo

Archived topic

How to delete borders?

6 replies · Started by Carol on October 1, 2019

Viewing posts 1–7 of 7

How to delete borders and drop shadow on archive page and side bar widgets in Marketer template?

Thank you!

Hi there,

it's added with CSS - in the Customizer > Additional CSS, remove this:

.inside-article,
.sidebar .widget,
.comments-area {
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

Thank you so much!!!

I appreciate it.

You're very welcome

How can I remove the right and left sidebar borders

This archived topic is closed to new replies.