How can I set the top-level hover menu items to be transparent?
You should create Individual Item and Submenu styles with transparent itemBackColor and assign it for the top items: var itemStyles = [ [“itemBackColor=transparent,transparent”,”itemBorderWidth=0″,”fontColor=#000000,#000000″], ]; var menuStyles = [ [“menuBackColor=transparent”,”menuBorderWidth=0″], ];