JackPlumb Posted July 1, 2009 Report Share Posted July 1, 2009 Can anybody tell me at all where in the CSS the area to change TEXT link colours is, this is where the usual blue and purple is on the page. If it doesn't exist where can I add it in? Thanks, Jack Quote Link to comment Share on other sites More sharing options...
roboa Posted July 1, 2009 Report Share Posted July 1, 2009 here you go mate. stick this in the <head> part of the page: A:link {text-decoration: none; color: #858585;} A:visited {text-decoration: none; color: #858585;} A:active {text-decoration: none; color: #858585;} A:hover {text-decoration: none; color: #ffffff;} Quote Link to comment Share on other sites More sharing options...
JackPlumb Posted July 1, 2009 Author Report Share Posted July 1, 2009 Much appreciated guys, works a treat. Quote Link to comment Share on other sites More sharing options...
packo88 Posted July 2, 2009 Report Share Posted July 2, 2009 Thanks for that I will make great use of it also Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 2, 2009 Administrators Report Share Posted July 2, 2009 I wouldn't put it in the head, instead put it in your stylesheet Quote Link to comment Share on other sites More sharing options...
JackPlumb Posted July 3, 2009 Author Report Share Posted July 3, 2009 I placed it in the a CSS Coding section of the header. Works a dream. Quote Link to comment Share on other sites More sharing options...
roboa Posted July 5, 2009 Report Share Posted July 5, 2009 It'll work in a stylesheet or in the head whichever. But it is a bit neater in a stylesheet, thats the only difference Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.