Support
Support » Theme: Twenty Twenty-One » Ramove “menu” text before hamburger
(@gorfeas)
4 months, 3 weeks ago
I would like for the mobile menu to display only the hamburger icon and hide the “Menu”text. thanks
The page I need help with: [log in to see the link]
(@zoonini)
Hi @gorfeas – you can hide the “menu” text by adding this custom CSS in the Site-wide CSS editor:
/* Mobile menu - hide "menu" */ .menu-button-container .dropdown-icon.open { color: transparent; }
Let me know how it goes.
Thank you very much!
You’re very welcome!