Hi, i am learning shopify development by developing a store. I have added bootstrap navbar to my store. here is code for it. But jewelry dropdown menu not working it shows correct links when hovering over it but it not opens the pages.
Can you help me please. You can access my store in this address: https://codeinspire-dev2.myshopify.com/
-
{% for link in linklists[section.settings.menu].links %}
{% if link.links != blank %}
-
{{ link.title }}
{% for childlink in link.links %} {{ childlink.title }} {% endfor %}
{% else %}
- {{ link.title }} {% endif %} {% endfor %}
-
Cart
{% include 'mini-cart' %}