Archived topic
Primary navigation still visible on mobile devices
5 replies · Started by Engelbrecht on August 24, 2018
Hi GP team,
I have disabled Primary Navigation for x page and on desktop its gone. However, on mobile devices it shows up again with a mobile navigation. Isnt that a bug? How can i disable it on those pages where i selected disable prim nav without affecting all pages?
Hi there,
are you using the mobile header?
Is it possible to get access to the site and the page in question so we can provide a fix.
Hi David,
yes i am. I would love to, but since i cant make my reply private we need another communication channel. Which do you prefer?
You can send the login via the Account Issue form here: https://generatepress.com/contact/
Can you add a URL to this topic in the form :)
You should have it by now.
Currently mobile header doesn't inherit the setting from disable element metabox.
We are looking to add a separate option for this.
For now you can use this CSS:
@media (max-width: 768px) {
.page-id-1007 #mobile-header {
display: none !important;
}
}