How can I change the text color in my sidebar without changing the rest of the page?
Thanks in advance
How can I change the text color in my sidebar without changing the rest of the page?
Thanks in advance
You can try to define headlines for sidebar in css like:
.sidebar{
color: #C0C0C0;
}
I've not tested it though.
The Dude
Thanks for the help This did change the text for non hyperlinks. Is there a way to change the links and hover as well?
sorry it changed the links but not the hover
I got it figured out thanks again for the help
Glad that you solved your problem.
The Dude
You must log in to post.