View Single Post
  #4 (permalink)  
Old 06-03-2006, 08:40 AM
myrtletrees myrtletrees is offline
Junior Member
 
Join Date: May 2005
Posts: 242
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;  }
Reply With Quote