Site logo

Archived topic

How to change sidebar box color

1 reply · Started by Keshav on November 20, 2021

Viewing posts 1–2 of 2

Hi,

I want to change the color of this sidebar box. But not able to find any option at customization section. Please help.

Hi there,

its added with some CSS in Customizer > Additional CSS - look for and edit the colors here:

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