Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I managed to make the parent menu items on my website clickable in the Dawn theme, but it doesn't seem to be working on mobile. Has anyone found a solution for this? I can't seem to find it in the community forums.
My website is https://petitfox.pt.
Thanks.
Got it. So open your header-drawer.liquid file and look for summary tag around line 28 to 30 if you havent made a lot of changes.
See the part that is highlighted that was {{ link.title | escape }} I cnaged it to an a tag to this <a style="text-decoration: none;" class="link--text" href="{{ link.url }}">{{ link.title | escape }}</a>
Try it out. Let me Know. Hope this works out for you as you ant it to.
Thanks
Shadab Ali