Changing color of widget text and links
-
I wanted to know how I can change the color of widget text and links. I want it to be white. I have a dark purple background and can’t read the text!
The blog I need help with is: (visible only to logged in users)
-
Add this to your CSS stylesheet editor:
#secondary .widget_text .textwidget { color: #FFFFFF; }Hope that helps!
-Z -
Thank you that changed the text to white. Now how do I change the links and the inbox message to white.
-
#secondary a:link, #secondary a:visited, #secondary a:hover, #secondary a:active, .widget_blog_subscription form { color: #ffffff; }
- The topic ‘Changing color of widget text and links’ is closed to new replies.