Site logo

Archived topic

How to remove background color from sidebar widget

3 replies · Started by Kamal on August 24, 2022

Viewing posts 1–4 of 4

I was configuring my website.

In the right sidebar, the first widget is automatically taking the background color as blue. Which is making it look ugly. How can I fix it please?

Regards,
Kamal

Hi Kamal,

In Appearance > Customize > Additional CSS, find this code:

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

You can opt to remove it, or edit #83b0de to your preferred color code.

Thanks! Worked.

You’re welcome Kamal!

This archived topic is closed to new replies.