Home › Forums › Support › Hide Menu and Logo on Front Page This topic has 7 replies, 2 voices, and was last updated 6 years ago by Leo. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 18, 2017 at 11:40 am #427679 Sebastián 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 🙂 November 18, 2017 at 2:38 pm #427748 LeoStaff Customer Support Hi there, Disable the mobile header that’s currently activated: https://docs.generatepress.com/article/mobile-header/ Then add this CSS to hide the normal header: @media (max-width: 768px) { .site-header { display: none; } } November 18, 2017 at 2:59 pm #427756 Sebastián 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. November 18, 2017 at 4:02 pm #427776 LeoStaff Customer Support Ah sorry I got that code wrong. Try this: @media (max-width: 768px) { .home #mobile-header { display: none !important; } } November 18, 2017 at 4:06 pm #427777 Sebastián I put it but nothing happens. November 18, 2017 at 4:24 pm #427783 LeoStaff Customer Support Edited the code. November 18, 2017 at 4:35 pm #427785 Sebastián Now it works thanks Leo! November 18, 2017 at 7:24 pm #427867 LeoStaff Customer Support No problem! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In