Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1281884

    Hello!

    I’m trying to figure out how to keep my hoover state active when the user enters the submenu. (menu-item-782)

    The hoover background state leaves the parent menu item when the users moves into the submenu.

    Thank you!

    #1282684

    Hey samebluesky,
    Sorry for the very late reply and thanks for the link to your site, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header .av-main-nav > li#menu-item-782:hover > a {
        background-color: #328283 !important;
    }

    or if you want this to work for all menu items, try this css:

    #top #header .av-main-nav > li:hover > a {
        background-color: #328283 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1282716

    Thank you! Works perfectly. I really appreciate the quick help.

    #1282717

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Keeping Parent Menu Item In Hoover State While Submenu Is Active’ is closed to new replies.