Hi @hitesh01 ,
Please follow these steps:
-
Then find the file “header-dropdown-menu.liquid”
-
Find the following code:
<span
{%- if link.child_active %}
class="header__active-menu-item"
{% endif %}
>
{{- link.title | escape -}}
</span>
- Replace with the following code:
<a href="{{ link.url }}"
{%- if link.child_active %}
class="header__active-menu-item"
{% endif %}
>
{{- link.title | escape -}}
</a>
-
Then press “Save”
-
My video shows you how to do it: https://www.loom.com/share/cd20667f1fba4e9da0994e9b1e3fba3a?sid=6c58b6d9-3343-4b37-9bb0-a2fab6268568
Hope it helps @hitesh01
