Archived topic
text to the off-canvas hamburger + radius and bg
7 replies · Started by Salty Communication on March 20, 2023
Hi!
I would like to place some text next to the hamburger icon on my off-canvas menu on mobile. I also want to change the BG and give it some radius. I can't find anywhere in the customizer to do this.
Thanks in advance!
Hi there,
you can add the text in Customizer > Layout > Off Canvas.
Hey David,
You mean the "Desktop toggle label"? That dont give me the text on mobile view or I am missing something here?
-Johan
Hello?
Is it maybe because I have the header merged?
Hello there,
It's not because of that.
Try going to Appearance > Customize > Layout > Primary Navigation, and set a label in "Mobile Menu Label".
Then, you can try adding this through Appearance > Customize > Additional CSS for the BG color and border radius:
span.gp-icon.icon-menu-bars {
background-color: #7a6e6e8f;
padding: 8px;
border-radius: 8px;
}
That made the trick. Thanks!
You're welcome!