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 Sorry about this, It should be obvious but I am unable to find the JS code which toggles the menu drawer. Would really appreciate it if someone can point to the right file. I have checked header-drawer.liquid & header.liquid.
Thanks
Solved! Go to the solution
This is an accepted solution.
This function opens menu drawer: https://github.com/Shopify/dawn/blob/d627f2160527792efffadc83c749080507772767/assets/global.js#L500-...
And the next function closes it.
This is an accepted solution.
This function opens menu drawer: https://github.com/Shopify/dawn/blob/d627f2160527792efffadc83c749080507772767/assets/global.js#L500-...
And the next function closes it.
Thanks