Site logo

Archived topic

Primary navigation still visible on mobile devices

5 replies · Started by Engelbrecht on August 24, 2018

Viewing posts 1–6 of 6

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 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;
    }
}
This archived topic is closed to new replies.