[Resolved] Menu title still showing next to hamburger menu

Home Forums Support [Resolved] Menu title still showing next to hamburger menu

Home Forums Support Menu title still showing next to hamburger menu

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #2313941
    Michelle

    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;
       
    #2313945
    Fernando
    Customer Support

    I see. Can you share the link to your site again?

    #2313946
    Michelle

    Here it is.

    #2313948
    Fernando
    Customer Support

    Thanks. Can you check in Appearance > Customize > Layout > Primary nav if there’s a text set in the mobile menu label?

    #2313949
    Michelle

    Nothing in Layout>primary nav. It’s empty.

    #2313952
    Fernando
    Customer Support

    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;
    }
    #2313953
    Michelle

    I have cleared it several times. Trying the code now

    #2313954
    Michelle

    That did it! Thank you, Fernando.

    #2313957
    Fernando
    Customer Support

    You’re welcome Michelle!

    #2313958
    Michelle

    👍

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.