Site logo

Archived topic

How do i change the colour of sidebar search box background

3 replies · Started by Vivek on January 21, 2023

Viewing posts 1–4 of 4

Hi,

How can i change the colour of this sidebar search box background from blue to another colour

I couldnt see any option to change the colour of this background

https://ibb.co/QnDRJMP
https://ibb.co/8gcJyW0

Can someone please reply fast

Hi there,

the color is added using CSS.
Go to Customizer > Additional CSS and look for:

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

You can either delete that CSS if you want it to match the other widget colors.
Or change the #hex colors to suit your need

Thanks it worked!

Glad to hear that!

This archived topic is closed to new replies.