All things Shopify and commerce
The mobile menu is not showing at all while it works fine on desktop. I've cleared the cache as suggested in other discussions. I'm not using any apps such as live chat or anything I think will conflict with it. It's also the latest theme version. Help is appreciated, thank you!
Solved! Go to the solution
This is an accepted solution.
Hey @fk7,
I see three issues on your Hamburger icon, Header Drawer and Drawer Submenu.
Here is the solution for both of the issue.
You have to paste the following code in the end of theme.css file.
Here is how you can find base.css file.
Go to Shopify Admin > Online Store > Edit Code > base.css
Go to the end of this base.css file and paste the following code.
.header__icon svg path {
stroke: black !important;
}
#menu-drawer {
background: white !important;
}
.menu-drawer__inner-submenu{
background: white !important;
}
Here is Before and after of all changes.
Hey @fk7
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.header__icon svg path {
stroke: black !important;
}
#menu-drawer {
background: white !important;
}
.menu-drawer__inner-submenu{
background: white !important;
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Please share the detail so that I can proceed and gave you solution code.
Thanks
This is an accepted solution.
Hey @fk7,
I see three issues on your Hamburger icon, Header Drawer and Drawer Submenu.
Here is the solution for both of the issue.
You have to paste the following code in the end of theme.css file.
Here is how you can find base.css file.
Go to Shopify Admin > Online Store > Edit Code > base.css
Go to the end of this base.css file and paste the following code.
.header__icon svg path {
stroke: black !important;
}
#menu-drawer {
background: white !important;
}
.menu-drawer__inner-submenu{
background: white !important;
}
Here is Before and after of all changes.
Thank you so much! Works perfectly now. You made my day. 😊
I am happy it could help for you a lot.- If my solution was helpful, Don't forget to Buy me a Coffee ☕
It will also make my day 😊.
Thanks
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