Shopify themes, liquid, logos, and UX
Hei Everyone, I have been looking through similar threads and tried a couple of codes to fix my issue but it did not work. Can somebody please help me out?
SO my issue is that my drop down menu is not showing on mobile view. When I click on the 3 lines, there is a window coming up with a slightly gray transparency but not my menu. Checkout the 2 pictures below.
My website: https://printnstuff.eu/
Solved! Go to the solution
This is an accepted solution.
You need to add the following code inside the theme.liquid file above </head>
<script>
if (!document.documentElement.classList.contains('js')) {
document.documentElement.classList.add('js');
}
</script>
This is an accepted solution.
You need to add the following code inside the theme.liquid file above </head>
<script>
if (!document.documentElement.classList.contains('js')) {
document.documentElement.classList.add('js');
}
</script>
thank you! it works!!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025