Archived topic
Changing Background Color Sidebar Widget
1 reply · Started by Artin on February 14, 2022
Hey GP Team,
I changed the site's sidebar background color but the top container remains blue. Isn't that part of the sidebar widget?
Hi Artin,
The blue background is applied through a custom HTML in Appearance > Customize > Additional CSS.
It's this one:
/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
background-color: #83b0de;
color: #fff;
}
It's a custom CSS specifically styling the first widget inside the sidebar widget area. It comes with that specific premade template you've installed to the site.
You can remove it or change its values if you wish to change how it looks. :)