Why is my Shop Menu button not responding on my boutique website?

I have drop down menu items setup under the “shop” menu in my shops main menu. When I clicked on “Shop” all the drop downs used to show up, now suddenly I get no response when I click on “Shop”. My shop is theshadypeachboutique.com.

Please help! Thank you!

Hi @theshadypeach ,

When you add a dropdown menu, it will remove the link to be able to show the sub menu when you click the item. If you want to change it, it will work like the following:

If you want to change it, go to snippets > site-nav.liquid file, change code in line 27.

Code:

{{ link.title | escape }}{% include 'icon-chevron-down' %}

Hope it helps!

Hi!

Thank you so much for your help! It did allow me to click on the shop and it took me to collections but the drop down arrow menu still doesn’t come up/isn’t working. Also, this issue is only on the desktop not when accessed on a mobile device. Any advice to fix this?

HI @theshadypeach ,

I have checked and the icon when clicked works fine:

can you explain more about it

Okay, thank you so much for all your help!