Menu Links

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #367008

    IanB
    Participant

    At current I have the menu links set from the product categories with a HTML dropdown enabled.

    This is fine and works as intended, but I do not want the top level category accessible from the menu link.

    The only ways I found to prevent this using the category as a link was to enable open on click for the html drop down, although the category is still a link.

    I then tried setting the category as a HTML block within the menu, although when you click on the menu link the HTML block then opens in its own page.

    I then tried setting the menu link as a custom link, and using a CSS class

    .unclickable > a {
    pointer-events: none;
    }

    To prevent it being a link, this worked fine but then using the mobile store menu, you cannot access this category.

    #367128

    Hello,

    Could you kindly provide the page URL and screen that you want to make unclickable?

    We will provide the correct CSS.

    Best Regards

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