Madman00 0 Posted December 2, 2004 i Have Sts installed. I can't seem to find where the chnage the colors of the category mouseover in stylesheet. I thought we can modify it thru the below code in stylesheet.css. I tried to modify the colors but it doesn't seem to be effecting the category mouse over colors. .moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; } .moduleRowSelected { background-color: #E9F4FC; } In the top of template.html i do have the following. <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> Any ideas. What file is controllign the colors of the mouseover. Thank you Share this post Link to post Share on other sites