Dawn theme v12 make all parent menu clickable

Hi everyone !

I am on dawn theme v.12.

I would want to make all Parent Menu Item Clickable.

I have a lot more to add would it work for my future parent menu item ?

Hi @TattooSupply

You can do that by following this.

Go to your Online store > Themes > Edit code > open header-dropdown-menu.liquid and header-mega-menu.liquid files, find those lines of code (from line 19th-25th)


                  {{- link.title | escape -}}
                
                {% render

Change to this and save the file


                
                  {{- link.title | escape -}}
                
              

Hi,

I’ve tried this and it works but next to each of the titles I get ‘icon-caret’ %. Do you know how to correct this?

Thanks