Site logo

Archived topic

Navigation element disabled but not on mobile

3 replies · Started by Matthew on January 17, 2019

Viewing posts 1–4 of 4

Hey

In "Layout" on a page I have disabled the navigation, top bar, header etc.

However on mobile the "mobile menu" appears.

Is there a way to disable this also?

Thanks.

Hi there,

That's because the mobile header option is activated.

Are you wanting to do this globally or just the linked page?

I assume you want to hide the entire mobile header with the logo?

Hi Leo,

No sorry if I wasn't clear, I don't want to hide the mobile header on every page, just on this page. I am using the "Layout" options on this specific page to hide a lot of the page elements for this specific page but realised that hiding the mobile header isn't an option.

Is it possible to hide this just for this specific page?

Hi there,

this CSS will target that page:

.page-id-289 #mobile-header {
    display: none !important;
}
This archived topic is closed to new replies.