So you are wanting to edit the Color of the link text?
Look in the themes style sheet,
themes/Yourtheme/styles/style.css
There are a.link references for the colors in there.
Something like this:
|
Code:
|
a:link,a:active,a:visited { font-weight: bold;color : #9FBFDF; text-decoration: none; } |