Hello,
I would like to remove the vertical menu list on category pages.
The code snippet that I would like to remove/not display is: halo-navigation-list-vertical.liquid
Background: I have duplicate anchor text links on my category pages (SEO issue) because the vertical menu + the side bar menu are loaded which both contain the same menu. The side bar menu is needed for the customer to navigate while the vertical menu is actually not necessary on the category page (as its the same).
Can someone help me how to not display the snippet on category pages? I found something like this but I dont know how to correctly put the snippet there:
{% if page.handle == ‘enter the page handle’ %}
.site-nav {display: none!important;}{% endif %}
Thank you!