Shopify themes, liquid, logos, and UX
Hey there everyone
I tweaked my website code recently to make my main menu drop down when I hover on it, and the main menu still be clickable, and both are working fine on the desktop version of the website. But on the mobile version of the website, in the hamburger menu, only the nested menu is clickable and not the main menu, and I want the main menu to be clickable as well, so what can I do to make the main menu clickable? Any help would be greatly appreciated. Thank you.
Ps- I'm attaching a screen recording so that you guys could have a clear idea of what I'm talking about.
Solved! Go to the solution
This is an accepted solution.
Hi @efente_store,
Please go to header.liquid file, find 'Details-menu-drawer-menu-item' and add code here:
Code:
<a href="{{ link.url }}" style="color: rgb(var(--color-foreground));text-decoration: none;">
{{ link.title | escape }}
</a>
Hope it helps!
This is an accepted solution.
Hi @efente_store,
Please go to header.liquid file, find 'Details-menu-drawer-menu-item' and add code here:
Code:
<a href="{{ link.url }}" style="color: rgb(var(--color-foreground));text-decoration: none;">
{{ link.title | escape }}
</a>
Hope it helps!
That worked like a charm. Thanks
Also worked great for me thanks! Since the original solution the code has changed a bit and is now found in 'snippets/header.drawer.liquid' (Dawn Theme). It also now has the {{ link.title | escape }} on the following row where you insert this, so the link title appears twice. Just delete the {{ link.title | escape }} that appears after the inserted code and it' all set. Top banana. Thank you!
Hello! I'm facing the same issue as OP. Have tested with your code but my links still aren't working. Can you help to check?
See preview: https://0838d4-6c.myshopify.com/
Password: betwew
Please let me know, thanks!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025