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!!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025