Make primary categories unclickable
-
Hi, hope you are doing well. I want to make my primary categories to be unclickable. They displayed in dropdown menu in the home page. How can we solve this issue?
Thanks in adnvance.
Attachments:
You must be
logged in to view attached files.
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
Right now when I click the mouse on these categories, it shows all the products that belong that primary category. I do not want that, I want that categories to be unclickable, such that the customer can only choose from categories located in the hover section. The second css I applied but does not work. What should I do?
Thanks in advance!
Hello,
Please remove the mega menu blocks from these menu items. https://xtemos.com/docs/woodmart/create-menu-2/
Best Regards