Archived topic
Remove color border widget
7 replies · Started by M on April 13, 2020
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.
Not seeing a border either. Here is the CSS for that widget:
https://www.screencast.com/t/qaWI7hPjbpA
What is it that you want to remove?
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