Home › Forums › WoodMart support forum › Menu problem › Reply To: Menu problem
February 4, 2020 at 7:22 am
#171358

Elise Noromit
Member
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