Main menu is not clickable

My main menu category’s that have a drop down are not clickable. only the category’s that do not have dropdown work. I have every main menu category linked to their own page, so when i click on main category it should open on that category page but, it does not. I’m only able to click what’s in my dropdown menu.

can someone help me please,


                  {{- link.title | escape -}}
                

                  
                    {{- link.title | escape -}}
                  
                
{{ childlink.title | escape }}

                            {{ childlink.title | escape }}
                          

hey @VD4 first you have to listen carefully
so second you have to follow the following images and then you have to follow the following code after that if your problem is solved then
don’t forget to like and mark it solution

Hello there @VD4 You should give the following steps and try and let me know if it works for you

  1. Go to Online Store.

  2. Click Edit code.

  3. Find the Snippets folder.

  4. Find the file header-mega-menu.liquid.

  5. Add the tag on line 19. See the example code below:

 <a href="{{ link.url }}">
                <span
                  {%- if link.child_active %}
                    class="header__active-menu-item"
                  {% endif %}
                >
                  {{- link.title | escape -}}
                </span>
 </a>