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!
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
Thank you! Works perfectly. I really appreciate the quick help.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon