How to remove the menu button from the mobile version?

Solved

How to remove the menu button from the mobile version?

Zuips
Tourist
4 0 1

Hey ive figured out how to make it not show anymore but the button is still there... how can i remove the menu icon from mobile? theme: showcase URL: www.zuips.com

 

thanks ❤️

menu button.PNG

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Zuips 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
  .site-control .menu {
      display: none !important;
   }
}
</style>

niraj_patel_0-1725269499719.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 7 (7)

topnewyork
Globetrotter
633 113 134

Hi @Zuips ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

 

<style>
  .site-control .menu {
    display: none !important;
}
</style>

 

 

topnewyork_0-1725269479314.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

Hello @Zuips 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
  .site-control .menu {
      display: none !important;
   }
}
</style>

niraj_patel_0-1725269499719.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Zuips
Tourist
4 0 1

thank you sooooo sooo much!!! 🙂 worked perfectly

 

GTLOfficial
Shopify Partner
475 95 90

Hello @Zuips 
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->styles.css
add this code at the end of the file.

.site-control .menu .icon-menu {
display: none;
}

result
8.png

If this was helpful, hit the like button and accept the solution.
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
Zuips
Tourist
4 0 1

I implemented code already! too scared to see if that works too xD 

Huptech-Web
Shopify Partner
909 186 190

Hello @Zuips, Please follow these steps to add this CSS code:

1. Access your Shopify Admin.
2. Go to Online Store > Themes.
3. Locate the theme you are currently using and select Actions > Edit code.
4. In a CSS file: Go to Assets, find your CSS file, and add your styles OR find the styles.css file. OR
5. In theme.liquid: Go to Layout, open theme.liquid, and add your CSS inside a <style> tag in the <head> section.

.site-control .menu {
    display: none !important;
}


Here is the screenshot of the same.
Screenshot_68.png

 

Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

Sangeetanahar
Excursionist
414 25 53

hello @Zuips 


Go to online store ----> themes ----> actions ----> edit code ---->assets....>base.css>

add this code at the bottom of the file

@media screen and (max-width: 750px) {
span.icon-menu {
    display: none !important;
}
}

result

Unisex-Hoodie-Grumpy-by-Nature-–-Zuips.png

 

 

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here