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.