Archived topic
Menu title still showing next to hamburger menu
24 replies · Started by Michelle on August 14, 2022
Viewing posts 16–25 of 25
I tried this CSS too:
/*Hide the word "menu" next to the hamburger menu*/
@media only screen and (max-width: 800px) {
.menu-toggle {
font-size: 0;
I see. Can you share the link to your site again?
Here it is.
Thanks. Can you check in Appearance > Customize > Layout > Primary nav if there’s a text set in the mobile menu label?
Nothing in Layout>primary nav. It's empty.
That’s odd. Have you tried clearing cache?
If that doesn’t work, you can try this CSS:
button.menu-toggle span.mobile-menu {
display: none;
}
I have cleared it several times. Trying the code now
That did it! Thank you, Fernando.
You’re welcome Michelle!
👍
This archived topic is closed to new replies.