Site logo

Archived topic

Remove color border widget

7 replies · Started by M on April 13, 2020

Viewing posts 1–8 of 8

Hi,

How do I remove the border around the widget: #custom_html-5 on my site? Thank you!

Hi there,

It looks like you fixed this ? Let me know.

It's still there. It is a very light gray but it is there.

It must be the shadow! How can I remove it? Thank you.

Aah ok - in Customizer > Additional CSS - remove this:

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

Thanks! That worked

You're welcome

This archived topic is closed to new replies.