Site logo

Archived topic

Hide Menu and Logo on Front Page

7 replies · Started by Sebastián on November 18, 2017

Viewing posts 1–8 of 8

Hi, I would like to hide the menu and the logo ON MOBILE and only on a specific page.

Screenshot: https://i.imgur.com/SmNaU4Q.png

Already hide it on desktop and tablet.

Also, I would like to center the logo and the menu on mobile.

Thanks! Im starting a new website with your awesome theme :)

I just want to disable the mobile header in one page, this one: https://sebastiancardozo.com/

If i do that the header is disable on every single page.

Ah sorry I got that code wrong.

Try this:

@media (max-width: 768px) {
    .home #mobile-header {
        display: none !important;
    }
}

I put it but nothing happens.

Edited the code.

Now it works thanks Leo!

No problem!

This archived topic is closed to new replies.