Widgets´title
-
Hi
I want to chage color of Widgets´title. Now is black, and i want other color. How can i do?
The blog I need help with is: (visible only to logged in users)
-
Hi there ,
You can change the color of Widget using following css code :
.widget-title {
background : blue;
}You can put the color of your choice instead of blue.
Hope this helps.
Thanks.
- The topic ‘Widgets´title’ is closed to new replies.