Change font color in widget titles
-
I am trying to change the color of the titles in the sidebar.
This is what I have in the CSS stylesheet right now…
#secondary .widget {
color: #ccaa884;
}#secondary .widget-title {
color: #ccaa884;
}It doesn’t seem to be doing anything. I’ve been able to change the size but never the color.
Suggestions?
The blog I need help with is: (visible only to logged in users)
- The topic ‘Change font color in widget titles’ is closed to new replies.