PDA

View Full Version : Change the link color of bigusername


LordSoth
09-17-2004, 12:34 AM
I've changed the .css for the Usernames links on the showthread.php that use .bigusername to black but, they won't change from the defualt link color.

This is what I have: .bigusername
{
font-size: 11pt;
font-weight : bold;
color: #000000;
}
.bigusername a:link
{
color: #000000;
text-decoration: none;
}
.bigusername a:visited
{
color: #000000;
text-decoration: none;
}
They are bold and size 11 but, not black.

Dean C
09-17-2004, 09:28 AM
Moved to General vBulletin Questions. Please read the forum descriptions more closely in future :)

CarCdr
09-17-2004, 09:50 AM
Link coloring is a separate set of attributes. There are attributes to control the link color when presented, when the mouse is over the link, and when it has been visited.

Google "css link color" and you should get the answer.

LordSoth
09-17-2004, 08:39 PM
The a:link and a:visited should be the active and visited links. I'm not trying to change the mouse over color and I don't want to change all the link colors.