Home Forums WoodMart support forum Menu problem Reply To: Menu problem

#171358

Hello,

It is not a bag. And our theme does not influence on the nature of the hover event. Here is the custom CSS to increase the time of the hover:

.sub-menu-dropdown, .vertical-navigation .sub-menu-dropdown {
    pointer-events: unset;
    transition-delay: .1s;
}

Best Regards