Link text colour

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Sat Dec 04, 2010 7:35 pm
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
User avatar
Fresh Boarder

GK User
Sat Dec 04, 2010 9:13 pm
File style1.css line 27
Code: Select all
a { color:#444; }
a:hover,a:active,a:focus { color:#444;}


Some links are overrie so you need to look in firebug tool where change the colors.
User avatar
Platinum Boarder

GK User
Wed Dec 08, 2010 10:25 pm
Yup that worked,

Thanks
User avatar
Fresh Boarder

GK User
Fri Dec 10, 2010 9:53 am
try this... looks great (for me ;) )

Code: Select all
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}
User avatar
Fresh Boarder


cron