the site is freedirectoryweb.com dunno how to explain but i'll try my best. on the left site on CATEGORIES when i go with the mouse on one category i want to be red not black on the center the same problem i want to be black not red thank you
Just change the color property in your "main.css" file like so: a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover { color:#000000; .boxPopCats li a:link, .boxPopCats li a:active, .boxPopCats li a:visited { color:#CA0002; Code (markup):
i don't want to change the colors. just when i go with the mouse over one category from the left site i want it to be red and in the central section black.
In that case... do like karthimx said... but for the other class .boxPopCats li a:hover { color:#000000; } Code (markup):