Hi @Pleasure_Blooms ,
In order to make the top level link clickable you’ll need to make some code edits. Please make sure to create a duplicate copy of your theme before trying code changes. Here are the steps:
-
Choose “Edit code” next to the theme copy you want to edit.
-
In the code editor, search and open the snippet file “header-dropdown-menu.liquid”.
-
Locate the following piece of code, this starts at line#19 in the latest Sense versions:
{{- link.title | escape -}}
- Replace above code with the below code:
{{- link.title | escape -}}
- Save the changes.
Watch the attached video to see how i did it in my store. I hope this will help ![]()