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 muslimathome.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 muslimathome.wordpress.com.
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;
}
This topic has been closed to new replies.