I’d like to remove the menu button from appearing, it kills the flow of the website… is there anyway to remove this for both desktop and mobile?
Store: https://crookz.net
Password: testpassword
Topic summary
Users are seeking ways to customize or remove the \
@crookzclothing - add this to the end of theme.css file and check
.js-animate .site-nav__thumb-menu {display: none; visibility: hidden;}
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-nav__thumb-menu .site-nav__thumb-button{
display: none !important;
}
Hi
How do you remove the button, but only on the desktop format ?
I want to keep it on mobile
Thanks
Hi,
This code removes the menu button from both mobile and desktop? Can you please share the code to remove it from desktop but keep it on Mobile?
hello @Samjhu
for remove it from desktop but keep it on Mobile remove my old code and insert below code
@media only screen and (min-width: 759px){
.site-nav__thumb-menu .site-nav__thumb-button{
display: none !important;
}
}
Thank you so much this is brilliant to remove the floating menu but i do need a mobile hamburger to replace this - do you know the code for this ?
It would be amazing !
Thank you
Hello,
Where can you find the solution to keep the Menu but change the Text? I want to change the word “Menu” to something else.
If anyone knows, please kindly share.
Thank you.
Hey there,
thanks so much for this!
Is there a way to hide the menu on mobile only when scrolling down?
That would be amazing!
Hey! is it possible to change it to a traditional menu?
