Archived topic
problem with menus
1 reply · Started by jose cases on October 24, 2020
Viewing posts 1–2 of 2
I craete mega menu style in GP child theme which work great when we put mouse over on menu in header setting but when I chnage settings to on click menu sub menu item Also become clickable for reference check this link
Hi there,
try adding this CSS:
.main-navigation .main-nav ul li ul li.menu-item-has-children>a {
pointer-events: none;
}
This archived topic is closed to new replies.