Hey guys anyone can help me? I want to change colour of my link texts in one of my sitebox..well i know how to change colour of all of the linktexts in css files..but i want it like this : an example : ABOUT US...white colour CONTACT US ...black colour PRODUCTS....green colour SPECIALS....yellow colour PAYMENTS ...red colour i dont know...how i could do that.. thanks for help in advance
assign id or class for each link and style the id or class: Example: <style> #au{color:white} </style> <a id="au" href="/aboutus">About US</a> Code (markup):
It would be helpful if you could specifiy more details like: what browser you are currently using, and how this should be done: by css, html or javascript? Regards,
hello there just take a look at the first template of zencart...thats an example : www dot templates4magento.net/zencart-templates.html did it like this..because im new one..so im not allowed to post live links here... and i would like to change the colour of the (header link fonts) : home page....blue new products..red specials...white products all....yellow etc..etc..