How do I make the top level link clickable on the menu using the Sense theme?

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:

  1. Choose “Edit code” next to the theme copy you want to edit.

  2. In the code editor, search and open the snippet file “header-dropdown-menu.liquid”.

  3. Locate the following piece of code, this starts at line#19 in the latest Sense versions:


                  {{- link.title | escape -}}
                
  1. Replace above code with the below code:

                  {{- link.title | escape -}}
                
  1. Save the changes.

Watch the attached video to see how i did it in my store. I hope this will help :slightly_smiling_face: