Archived topic
Remove the hamburger icon from the menu
7 replies · Started by Matthieu on February 13, 2021
Hello, is it possible to remove the hamburger icon from the menu with css? It's temporary, a simple solution would be really appreciated 😃
Thanks
Hi Matthieu,
Would this be for both desktop and mobile?
Let me know :)
Hello, exactly yes, hide it on mobile and computer ! 😃
Thanks
Hi there,
disable the Off Canvas Panel in Customizer > Layout > Off Canvas
I didn't quite understand where Canvas was. what I want is to keep the logo as well as the menu bar, just make the hamburger icon disappear on computer and mobile.
Thanks
Hi Matthieu,
You could use this CSS to temporarily hide the toggle :)
.slideout-toggle, .inside-navigation .menu-toggle {
display: none;
}
It's ok, thanks !
No problem, just to remember you had them hide using CSS when you want them back :)