Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
Is anybody able to help with the issue with my mobile menu as shown below:
When i click 'Furniture' to show the drop downs it doesn't open/close the menu - just glitches and the pages inside the menu don't go.
Link to website below - this issue is only on mobile view:
https://xvtv297maxyzu1l0-2632155254.shopifypreview.com
Thanks!!!
Solved! Go to the solution
This is an accepted solution.
Hey @hannah0797,
Please try this and it should work
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
div#shopify-mb_nav .t4s-mb__menu > li > ul.t4s-sub-menu {
display: none !important;
}
div#shopify-mb_nav .t4s-mb__menu > li.is--opend > ul.t4s-sub-menu {
display: block !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @hannah0797,
Please try this and it should work
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
div#shopify-mb_nav .t4s-mb__menu > li > ul.t4s-sub-menu {
display: none !important;
}
div#shopify-mb_nav .t4s-mb__menu > li.is--opend > ul.t4s-sub-menu {
display: block !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025