• Resolved Oysiao

    (@oysiao)


    Hi,
    I don’t understand why some links are always in blue (even before I put the cursor over them) and others not (only became blue when I put the cursor over them). I prefer the first option, because the people knows that word is a link, but with the second option people doesn’t know there’s a link!

    How can I control that?

Viewing 1 replies (of 1 total)
  • rbfly

    (@rbfly)

    Hi,
    if you use firefox, you have firebug you can see which css control links. I have my links (not all) changed the css style:
    a{
    color: rgb(38, 101,172);
    }
    #content ul a {
    color: rgb(38, 101, 172);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Link colors not displaying’ is closed to new replies.