Tagged: mega menu
Hi! I want to switch off parent items being clickable in the megamenu. I have been able to do it for sub-parents by creating a custom link. But I would lose the mega menu feature if I turn the top level items into custom links. Any advice about what code I need to edit to remove link for top level menu items in mega menu?
Hi inTandem!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.mega_menu_title a {
pointer-events: none;
}
Cheers!
Yigit
I tried this and it did not work for me. Any ideas ? Thanks in advance.