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 ![]()
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 ![]()
Hi @Zuips ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @Zuips
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
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
thank you sooooo sooo much!!!
worked perfectly
I implemented code already! too scared to see if that works too xD
Hello @Zuips , Please follow these steps to add this CSS code:
.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