[Resolved] hide mobile menu when logged in

Home Forums Support [Resolved] hide mobile menu when logged in

Home Forums Support hide mobile menu when logged in

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1344768
    Jeffrey

    I would like to disable/remove the mobile menu (hamburger icon) for users when logged in.

    Thanking you in advance! You rock!

    #1344828
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .logged-in button.menu-toggle {
        display: none !important;
    }

    Hope this helps! ๐Ÿ™‚

    #1344892
    Jeffrey

    Perfect thank you so much!

    #1344894
    Jeffrey

    Resolved

    #1345889
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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