How to change the hamburger menu on Area Theme to text "menu"?

Solved

How to change the hamburger menu on Area Theme to text "menu"?

M2BioSciences
Tourist
4 0 2

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

 

 

Accepted Solution (1)

GTLOfficial
Shopify Partner
784 162 172

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 4 (4)

GTLOfficial
Shopify Partner
784 162 172

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
M2BioSciences
Tourist
4 0 2

Thank you so much, that worked perfectly!

sahilsharma9515
Shopify Partner
1267 165 246

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:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

sahilsharma9515_0-1719483718020.png

 

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

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @M2BioSciences 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.drawer__icon-menu::after {
    content: 'MENU';
    position: absolute; 
}
.drawer__icon-menu svg.theme-icon path {
    fill: transparent !important;
}
.drawer__icon-menu {
    width: 50px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_2-1719488063388.png

     

    Made4uoRibe_1-1719488032996.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.