Well, i've been wondering since i wanted to refresh my wordpress, can i change the title, the sidebar, and the misc(see image link below) to a certain color other than the default one?
the circled areas in this image are the ones which i'm referring to:
http://img.photobucket.com/albums/v484/mrheat/changetogreen.jpg
Thanks,
Heat
Absolutely you can change those. You just need to play with the colors in the style.css file.
Thanks oriecat, but for some reason, i can't find the line that is responsible for the LINK colors, which are blue currently, can you please quote or referr me to that line?
Thanks again
Heat
You won't find it as "LINK", but anything having a in it.
Anything having an a in it? isn't that a bit generalizing? =/
Heat
a stands for anchor, which are the tags that make links. So you need to look for things like:
a {
#sidebar a {
#header a {
ul li a {
etc. The places with an a like that. Those are what make your links.
It looks like most of what you want changed is controlled by this section:
a, h2 a:hover, h3 a:hover {
So change the color code there.