Site logo

Archived topic

Wrong widget area colour

1 reply · Started by Zygintas on October 9, 2020

Viewing posts 1–2 of 2

Hi,

I'm working on changing my WP site's theme, and encountered a problem and can't find any solution. Long story short my first sidebar widget area will always stay orange. The rest of the widgets in the sidebar will display the color of my choice, but the first one (no matter which widget I place there) always stays orange. Any help with this.

P.S. I've cleared my cache and tried to disable all plugins - no changes. Unfortunately I cant provide link to my website, because it is in a staging environment.

Picture of the problem

https://ibb.co/xjjxHmZ

Hi there,

Go to Additional CSS field in the customizer and remove this block of CSS:

.sidebar .widget:first-child {
    background-color: #e86000;
    color: #fff;
}
This archived topic is closed to new replies.