Site logo

Archived topic

Sidebar background not changeable

3 replies · Started by Andre on June 1, 2022

Viewing posts 1–4 of 4

Hello guys,

It is not possible to change the sidebar background and font color. The first sidebar part has a different color than the others who follows. How to make it completely white?

See screenshot:

https://prnt.sc/hUGuIiSHLYYi

Thanks

Andre

Hi there,

go to Customizer > Additional CSS and delete:

/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
	background-color: #83b0de;
	color: #fff;
}
.sidebar .widget:first-child a,
.sidebar .widget:first-child a:hover {
	color: #fff;
}

Thank you, worked!

Glad to hear that

This archived topic is closed to new replies.