View Single Post
  #2 (permalink)  
Old 11-07-2005, 04:55 PM
moparmarcus moparmarcus is offline
Junior Member
 
Join Date: Oct 2005
Posts: 5
Open the style.css file in the Style folder of the theme that you are using and look for this line, near the bottom:


a:link,a:active,a:visited,a.postlink{color: #d0a700;text-decoration:none}
a:hover{color:#800080}

change the HEX number after {color:

in this example the link appears as a golden color and turns grey on mouse pointer hover
Reply With Quote