Home › Forums › WoodMart support forum › Make primary categories unclickable › Reply To: Make primary categories unclickable
June 28, 2021 at 9:57 pm
#303199
Elise Noromit
Member
Hello,
Do you mean you want to show the sub-menu on hover? If so, you can find the option in the menu item: https://xtemos.com/docs/woodmart/create-menu-2/
If you want the categories are not clickable themselves, add this custom CSS:
#menu-categories .wd-nav-vertical>li>a {
pointer-events: none;
}
Best Regards