eddiehowell999 Posted March 22, 2008 Share Posted March 22, 2008 Hi All, Am a little stuck. Am trying to change the color of the left & right column hyperlinks only, and not the others. Is it possible by default, or does it require some kind of adding code to each 'boxes' item e.g adding a <span> tags to the categories.php box? All I can manage at present it change all hyperlinks, via CSS A { color: #000000; } Regards Eddie Link to comment Share on other sites More sharing options...
usernamenone Posted March 23, 2008 Share Posted March 23, 2008 open your stylesheet and find this code .infoBox { background: #b6b7cb; } and add this code just after it. .infoBox a{ color: #fff; } change the fff to what you need for the links. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.