Site logo

Archived topic

Color of the first widget in my right sidebar.

3 replies · Started by Phil on January 17, 2023

Viewing posts 1–4 of 4

Hi, I have problems in changing the colour of the first widget in my right sidebar.
If I change the position of the first widget on top the colour on top is always light blue.

any help would be appreciated

Thanks

Hi there,

the marketeer site uses some CSS for that.
If you go to Customizer > Additional CSS look for this code:

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

You can either change those hex colors or just remove that CSS altogether if you don't want its color to be different to the other widgets.

Thank you all sorted.

Glad to hear that !

This archived topic is closed to new replies.