I can disable hover with $(‘#jqxMenu’).jqxMenu({ enableHover: false}); however when you click on the top level menu you still have a highlighted color when clicked. I would like to know how I can remove the whitish color when the menu is clicked or how to change the color.
The highlight state is enabled or disabled by the enableHover property. That is the state when the mouse cursor is over an item. When an item is opened, a new state called ‘selected’ is applied to the item. If the opened item is a top-level item, the ‘jqx-menu-item-top-selected ‘ class is applied to it, otherwise the jqx-menu-item-selected class. To disable the selected state, you need to edit these CSS classes in your web page.