jQuery UI Widgets Forums Navigation Menu, Context Menu jqmenu hover color

This topic contains 1 reply, has 2 voices, and was last updated by  milen 10 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqmenu hover color #5901

    wwhalen
    Member

    Hello,

    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.

    Thank you.

    jqmenu hover color #5935

    milen
    Participant

    Hi wwhalen,

    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.

    Best Regards,
    Milen Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.