Forums
Home / Theme: OnePress / Change hamburger menu icon
(@raba97)
8 years, 4 months ago
Is there a way I can change the hamburger icon to one like this:
My primary concern is to display the word “menu”.
I dont know why the links didn’t show up, but im looking for a hamburger icon that also shows the word “menu”, or just the word “menu” in a block
(@congthien)
Hey there,
Please add following custom CSS to your theme using Advanced CSS Editor:
#nav-toggle span { display : none; } #nav-toggle { width : auto; color : #FFF; text-transform : uppercase; font-size : 16px; }
Cheers.
Thanks man, it worked! I’ve had to change the color though because it was the same as the background’s color. Many thanks!!