Ubermenu 3 Mega-menu Sub-menu Hover Color

I’m looking for a way to maintain the hover coloring of the sub-menus inside a mega-menu. Basically keeping the hover color while in the sub-menus of the parent. I’ve looked through the documentation and tried a few things but cannot seem to get anything working. Here’s the site I’m working on:
https://mbcidev.wpengine.com/

Thanks!

Hi Velocity,

Thanks for reaching out.

It would require custom styling like from here https://sevenspark.com/docs/ubermenu-current-menu-item, an example CSS is


    .ubermenu .ubermenu-submenu .ubermenu-item:hover > .ubermenu-target {
        color: #eeee22 !important;
    }

Hope this helps.

Cheers!

That solved it! Thanks for the help!

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.