Site logo

Archived topic

Can't remove blue background for top widget in sidebar

3 replies · Started by Kelsey on January 25, 2021

Viewing posts 1–4 of 4

Hi everyone,

I'm unable to turn off the blue background that is everpresent behind the top widget in my right sidebar. It doesn't matter which widget I put at the top. There is always a blue background. Can anyone tell me where this toggle is to turn this color off?

Screenshot

Thank you so much,

Kelsey

Hi there,

go to Customizer > Additional CSS and delete this block of code:

.sidebar .widget:first-child, .sidebar .widget:first-child .widget-title {
    background-color: #83b0de;
    color: #fff;
}

Thank you!

You're welcome

This archived topic is closed to new replies.