Hello, I'm using the blue theme Stylesheet, and created a menu with sub-items. Would it be possible to have a different color (or shade) when the mouse is over the subitems, so the user knows which item he selects? thanks again for your help, Philip
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li li a:hover{ background:red; } Inplace of "red" put your color code.