Site logo

Archived topic

Search change

1 reply · Started by Gabriel on August 17, 2020

Viewing posts 1–2 of 2

Hi i have questions how can i change color of this

Hi there,

go to Customizer > Additional CSS and you will find this CSS that is adding the color to the first sidebar widget:

.sidebar .widget:first-child {
    background-color: #e86000;
    color: #fff;
}

You can remove that or change the color properties.

This archived topic is closed to new replies.