Hi there! I am on the Studio theme, and wanted my Parent menu to be clickable on the header. Right now, when I add submenus, the parent menu link does not work, and only functions as a drop down when clicked on. How can I also enable parent menu to be clickable like seen in other themes?
Hey @RyanCheong995 ,
Try to add the following code to your header.liquid file.
{% for link in linklists.main-menu.links %}
- {{ link.title }}
{% if link.links %}
{% for child_link in link.links %}
- {{ child_link.title }}
{% endfor %}
{% endif %}
{% endfor %}
Hey @StudioEnchant , thanks for that, I have tried it but did not seem to work.
Perhaps you’d like to take a look? My collab ID is 9814
Okay, but what’s the store URL?
Hi @StudioEnchant it is https://7098a5.myshopify.com/admin
Let me know if you can access it.
Hey, please provide the collaborator request code
Hi @StudioEnchant it is 9814
Hello again @RyanCheong995 ,
we have sent the collaborator access request. Kindly accept it so we can make the changes to your store.
hi @StudioEnchant , access granted , please proceed thanks!