Archived topic
How to hide an extra mobile menu
3 replies · Started by Gary on August 11, 2017

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.
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
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
haha no problem!