[Resolved] Menu label still visible on mobile even if it does not exist

Home Forums Support [Resolved] Menu label still visible on mobile even if it does not exist

Home Forums Support Menu label still visible on mobile even if it does not exist

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #263321
    Michal

    Hi,
    Like I wrote in a title: why Menu label is still visible (and empty) on mobile phone even if I don’t have any on my website?

    #263332
    Leo
    Staff
    Customer Support

    Hi Michal,

    Check if you have the correct Slideout Menu selected in Dashboard > Appearance > Menus > Manage Locations.

    Let me know.

    #263375
    Michal

    Main menu set.

    #263486
    Tom
    Lead Developer
    Lead Developer

    What do you mean by menu label? A screenshot or link might help ๐Ÿ™‚

    #263516
    Michal

    Hi,

    Here you go:
    https://cl.ly/0U262d2C3c0m

    It’s on mobile as I said.
    When I click this label it does nothing because there isn’t any menu set on this website.

    #263527
    Leo
    Staff
    Customer Support

    Ok so you would like to remove the icon?
    If so use this CSS:

    .menu-toggle:before {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let us know.

    #263588
    Tom
    Lead Developer
    Lead Developer

    Ah, if there’s no menu set you can just hide the entire mobile menu button:

    .main-navigation .menu-toggle {
        display: none;
    }

    However, if there’s no menu, you might as well set it to “Hide” in “Customize > Layout > Primary Navigation”.

    #263628
    Michal

    thanks a ton – I didn’t noticed that menu should be also disabled here:

    Customize > Layout > Primary Navigation

    #263637
    Tom
    Lead Developer
    Lead Developer

    Glad I could help ๐Ÿ™‚

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