Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334552
    spiros
    Participant

    How can we remove the word “Menu” next to hamburger symbol in mobile view?

    #334581
    tikaram
    Keymaster

    @spiros : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 1024px) {
      .menu-label {
        display: none;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #334583
    spiros
    Participant

    Thank  you so much !!!. The problem was solved !!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.