Remove words "Menu" from menu toggle bar
-
How can I remove the words “menu” from the menu toggle bar in the upper left-hand corner of my website? I like having the little three-bar toggle, but don’t care for the words “menu” which accompany it.
The blog I need help with is: (visible only to logged in users)
-
Hi, your site is set to private so forum volunteers can’t view it to help. Could you either change your privacy settings to make it public or let us know which theme you’re using so we can test out some code on the demo version please?
-
-
@nathanlean, I see that you used the following CSS to hide the word “Menu” and to make the icon bigger. Great job!
.site-navigation-toggle::before { font-size:60px !important } button#site-navigation-toggle { width:70px !important; overflow:hidden }
- The topic ‘Remove words "Menu" from menu toggle bar’ is closed to new replies.