Home Forums WoodMart support forum Make primary categories unclickable

Make primary categories unclickable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303183

    ilkin
    Participant

    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.
    #303199

    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

    #303278

    ilkin
    Participant

    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!

    #303608

    Hello,

    Please remove the mega menu blocks from these menu items. https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)