Site logo

[Resolved] How to hide an extra mobile menu

Home Forums Support [Resolved] How to hide an extra mobile menu

Home Forums Support How to hide an extra mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #364310
    Gary

    Gary's Mystery Menu

    Greetings, I have GPP,UberMenu, and ShiftNav installed, and I think that’s GP’s mobile menu still showing in the yellow border?

    I have Layout > Header > Mobile Header > Disable. Sticky and Slideout both disabled.

    In need of some kung-fu to hide it on a sunny summer Friday.

    #364401
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation {
            display: none;
        }
    }

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

    #364452
    Gary

    Leo, Man Among Men, Father of Dragons, Breaker of Chains and Protector of the Realm . . . your kung-fu is strong as always. It worked.

    Thank you very much.

    Gary

    #364669
    Leo
    Staff
    Customer Support

    haha no problem!

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