|
11-07-2005, 05:55 PM
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
|