Archived topic
Orange background in just the Archive Widget
3 replies · Started by Uwe Pfeifer on March 16, 2019
Hi! I'm using one of the Site Library themes, and I'd like to change the background color of the Archive Widget. In the widgets options theres nothing for changing its background color, and I can't find it either in the colors section in the Customizer. How can I change the color of just the Archive widget?
Thanks! :)
Hi there,
in Customizer > Additional CSS look for this CSS:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
If you remove that CSS then the color for the first widget will revert to the normal colors.
Thanks a lot. The solution helped me. I could change the background color widget now !!! :)
Awesome :)