I have a site that has the Navigation Sets > Navigation: All Categories default navigation_all-categories template code. For some reason, when the Link: None is assigned to one of the Navigation Items, it links to /Merchant2/
It looks like it's creating this
instead of no link at all. How do I fix this?
It looks like it's creating this
Code:
<a href="" target="_self" class="nav-item-5" data-link-type="_self">Category Name</a>
Comment