[SOLVED] How to change the hyperlinks defaut colour in B&W?

GK User
Thu Jan 13, 2011 9:31 pm
Hi there,

The default colour for all the hyperlinks published on my B&W site is grey.
How could I possibly change it to the standard blue colour?

With thanks
User avatar
Expert Boarder

GK User
Thu Jan 13, 2011 9:39 pm
in the style your running change this code :

e.g style1.css
Code: Select all
a { color: #858585; }
a:hover, a:active, a:focus { color: #858585; }
User avatar
Platinum Boarder

GK User
Mon Jan 17, 2011 7:40 am
Thanks explodedk,

It works fine for me.
User avatar
Expert Boarder


cron