Site logo

Archived topic

How to remove borer and shades from body container

1 reply · Started by Data on November 30, 2021

Viewing posts 1–2 of 2

Hi, I want to remove a thin line and shades from around the body area top bottom right left

thanks

Hi there,

got to Customizer > Additional CSS and 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);
}
This archived topic is closed to new replies.