In each template folder you are using there is a css folder with a style sheet in it called style.css . You change the color on the hover. It will depend upon what type of link though (sidebar etc). Here is the general pice of code for links in the style.css file. HTML: a { color:#9d9d9d; text-decoration:none; } a:active { outline:none; } a:link, a:visited, a:active { color:#9d9d9d; } a:hover { color:#000; background: transparent; text-decoration:none; }
Thanks for the reply. I found the code for the rollover on the accordion menu. Still trying to locate the rollover color for the top navbar though. It should be in the same file, right?
NO - superfish2.css You need to get a copy of the free Web developer plugin for Firefox. You can use this tool to highlight (outline current element) the css and many other things on the page.