Archived topic
Remove the hamburguer icon
5 replies · Started by Miguel on April 10, 2021
Hello,
How can you remove the icon from the mobile menu (the three horizontal bars)?
.gp-icon svg {
display: none;
}
With the above snippet, the icon to close the off-canvas panel also disappears.
I want to remove only the hamburger icon.
Thanks. All the best.
Hi there,
can you share a link to the site so i can see the current layout?
Hello,
The web is not yet published. I can't share the link. But I'm using one of the templates from the Genertatepress.com library: Acces by Mike Oliver.
Thanks.
Try this instead:
.gp-icon.icon-menu-bars {
display: none;
}
Hello,
Yes, that snippet works and does what I wanted.
Thank you. :-)
Glad to hear :)