Shopify themes, liquid, logos, and UX
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 ❤️
Solved! Go to the solution
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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
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>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
thank you sooooo sooo much!!! 🙂 worked perfectly
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
If this was helpful, hit the like button and accept the solution.
Thanks
I implemented code already! too scared to see if that works too xD
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.
Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P
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
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024