In need of one last thing..

Apr 03, 2008 11:42

Hello everyone! I'm new here, but thank you all so muh for your helpful advice. I have set my entire page up on my own, and everything has worked, except one little thing: My visited links, including the header ("paperback writer") is stuck at that color blue, and userinfo/friends/entries links are stuck at dark tan, and are nearly unreadable. How do I change this? I am currently on Expressive Headphones.

I used this code:

:link,
a:visited,
a:hover {
color : #000;
}

.current a:link,
.current a:visited,
.current a:hover {
color : #000;
}

.datetime,
.asset-content {
color : #000;
}

.asset-meta-comments a:link,
.asset-meta-comments a:visited,
.asset-meta-comments a:hover {
color : #000;
}

.asset-meta-list .item {
border-color: #000;
}

#comments,
.comments-header,
.comment {
color : #000;
}

.widget-list,
.widget-header,
.widget-content {
color : #000;
}
"

and it changed MOST things to black, except visited links including my header. What am I missing here.

Thank you very much!

entries:links:colors, header:nav links:colors, page:links:colors

Previous post Next post
Up