How to change colors of widgets?
-
Hi there, you can use this to change the color of the widgets.
.sidebar .widget { background: #cc0000; } -
-
Sorry, that would be added at Appearance > Customize > CSS. Since I saw your site had custom CSS already, I assumed you knew where to put it.
-
-
Howdy @clashjayden!
To change the color of the text in your widget, use the code that @thesacredpath gave you but instead of using the property “background”, use “color”.
It should look like this “color: blue;”.
I hope this helps!
- The topic ‘How to change colors of widgets?’ is closed to new replies.