Shopify themes, liquid, logos, and UX
Hi there,
We purchased the Area theme and on both the Desktop and Mobile theme the drop down menu is just a hamburger menu. Some visitors have complained that they don't know where to find the menu. We want to change it to just text "MENU". I have tried changing the code but haven't found anything that works. Any suggestions?
Site is m2mma.com
Solved! Go to the solution
This is an accepted solution.
Hello @M2BioSciences
Go to online store ---------> themes --------------> actions ------> edit code-------> header.liquid file inside that file find this "drawer__icon-menu" class inside this class you will see SVG icon just remove that and add this code
<span class="menu_title">MENU</span>
Please let me know if it helps you
you can also share header.liquid file code in this thread and I will modify it and share you back
Thanks
This is an accepted solution.
Hello @M2BioSciences
Go to online store ---------> themes --------------> actions ------> edit code-------> header.liquid file inside that file find this "drawer__icon-menu" class inside this class you will see SVG icon just remove that and add this code
<span class="menu_title">MENU</span>
Please let me know if it helps you
you can also share header.liquid file code in this thread and I will modify it and share you back
Thanks
Thank you so much, that worked perfectly!
Hi @M2BioSciences Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.drawer__icon-menu::before {
content: "Menu";
}
svg.theme-icon {
display: none;
}
button#menu-button {
display: none;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Check this one.
.drawer__icon-menu::after {
content: 'MENU';
position: absolute;
}
.drawer__icon-menu svg.theme-icon path {
fill: transparent !important;
}
.drawer__icon-menu {
width: 50px;
}
In Canada, payment processors, like those that provide payment processing services t...
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