https://www.icyphoenix.com/viewtopic.php?f=36&t=4112&p=27979#p27979
-----------------------------------
Lopalong
Tue 22 Apr, 2008 11:44

Re: Css Help Please
-----------------------------------
Your text .css problem is controlled here.  :P 

[code linenumbers=false]a { color: #225566; text-decoration: underline; }
a:visited { color: #225566; text-decoration: underline; }
a:hover, a:active { color: #CC3333; text-decoration: underline;}[/code]

One of the best tools for finding what class is where in a template is View Source. ;)

And you have picked one hell of a theme to modify.  :mricy:


