How do I change link colour in the CSS of Joomla?

Discussion in 'CSS' started by qwestcommunications, Mar 7, 2007.

  1. #1
    I tried changing by changing the colour cde in the site management by going into the CSS and applying the code, but the link colour does not change. It remains the same.
     
    qwestcommunications, Mar 7, 2007 IP
  2. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #2
    could you post css code please :)
     
    bacanze, Mar 8, 2007 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    In the stylesheet, look for a selector "a" or "a:link". Set "color" as desired.

    cheers,

    gary
     
    kk5st, Mar 8, 2007 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    If it's joomla and you're referring to menu item links,
    then you might as well check for "mainlevel" class as it sometimes has its own colour definition for the link colour.
     
    Clive, Mar 8, 2007 IP