CSS Code for changing widget font color?
-
Hello,
I’m currently using a customized version of elegant grunge. I was able to darken the font of my text for pages and blog posts, and even a text widget.
However, the menu’s I have in my sidebar have a brighter font that can be harder to read. I was wondering if there was a CSS Code for changing the color of the menu font so I can darken it a bit and make it come to the surface a bit more.
If you check out the sidebar on my blog page, you’ll see what I mean:
http://relandothompkins.com/blog/
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
What hasn’t changed, are links and they have a separate rule where the color is defined.
.sidebar a { color: #9F9F9F; } -
Wow Thanks! It worked out great! Now that I have the code i’ll save it. Thank you very much.
-
- The topic ‘CSS Code for changing widget font color?’ is closed to new replies.