Archived topic
change widget color
1 reply · Started by Jesus on October 2, 2020
Viewing posts 1–2 of 2
Good morning, I would like to be able to change the color of the widget that appears in the right sidebar of the home page, it is orange and I would like to know if it can be changed to another color.
Hi there,
go to Customizer > Additional CSS - you will see this Code:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
Change the background-color value.
This archived topic is closed to new replies.