Archived topic
Text in place of hamburger sign under off canvas panel
3 replies · Started by Muhammad on June 2, 2021
Hi
is there any way to replace the hamburger sign completely with or without the desktop toggle label text in the computer/desktop view only not in mobile view when using Off Canvas Panel?
Thanks
Hi there,
We can actually add a menu text on the customizer settings as shown here - https://share.getcloudapp.com/YEuZKxRp
We then hide the hamburger icon with CSS so only the text displays:
Try this:
span.gp-icon.icon-menu-bars {
display: none;
}
So nice dear
it works for mobile.
I want it for the desktop.
Thanks
So nice dear
it works for mobile.
I want it for the desktop.
Thanks
Increase the mobile breakpoint to 6000px on customizer settings so it shows on desktop as well. :)