Site logo

Archived topic

How to remove shadow effect from comments and widgets

3 replies · Started by Former User on December 30, 2022

Viewing posts 1–4 of 4

Hello,

How I can remove shadow effect around boxes of comments and sidebar widgets?

Thanks and Happy New Year,

Sara

Hi there,

in the Customizer > Additional CSS - Delete this:


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

Hello David,

That worked perfectly, thank you!! :)

You're welcome

This archived topic is closed to new replies.