Changing text color on phplinkdirectory template

Discussion in 'Directories' started by templates, Aug 18, 2011.

  1. #1
    i am using the default template at the moment and was wondering how i could change the text from red to blue..any help would be appreciated
     
    templates, Aug 18, 2011 IP
  2. DrDave

    DrDave Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you talking about changing the color of the links, or the other text? In your directory root there should be main.css or style.css

    I haven't used it in ages, but I took a look through my older version and there are no colors defined for links so it just defaults to blue. You might have to add that to the css like so:
    a:link { color: #0000FF; }
     
    DrDave, Aug 18, 2011 IP