I need to change the text color in the sidebar
-
I need some help, going nuts. I need to change the font color of the text in the sidebars. Can anyone help with this please.
Add this to your child theme stylesheet:
.sidebar p {
color: #FFF;
}It solved the problem partially. I am using the Menu widget and Archives widget and they did not change, any ideas on those two?
Thanks a lot!!!
You’re welcome. Sorry about that. Add this also:
#sidebar1 a:link, #sidebar1 a:visited {
color: #FFFFFF !important;
}Josh:
That did it!!!
Thanks so much.
Is there any document that has this kind of information?
Download, learn, practice, and master Mozilla Firebug for the Firefox browser.
Here is a video:
http://www.joshlobe.com/2011/10/using-mozilla-firebug-to-inspect-css-files/
Thanks!
I need the same thing done for sidebar2, I though I could find the same for sidebar2 as for one:
#sidebar1 a:link, #sidebar1 a:visited {
color: #FFFFFF !important;
}
But I did not. Please a little more help. I used Firebug and still could not figure it out.
Thanks, Mark
Mod
same thing as above, but change
#sidebar1to#sidebar2You’re a savior!
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
