Hi guys,
I was wondering if anyone can tell me how to change the text colour on links to the usual blue.
Which line in which .css do I need to change? or is it possible to use something in the override .css.
Thanks
Shane
a { color:#444; }
a:hover,a:active,a:focus { color:#444;}a { color: #995522; text-decoration: underline; font-weight: bold }
a:hover,a:active,a:focus { color: #995522; text-decoration: underline; font-style:italic; font-weight:bold}
