Home › Forums › Support › Hide Mobile Header & Menu on Mobile This topic has 9 replies, 2 voices, and was last updated 4 years ago by David. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts March 10, 2019 at 10:23 pm #835112 Rizki Alief Irfany Hi there, How to disable header & menu on specific page on mobile ? I want just a content displayed without header on this page. GeneratePress 2.2.2GP Premium 1.7.8 March 11, 2019 at 5:00 am #835377 DavidStaff Customer Support Hi there, it requires some CSS eg. .postid-xx #mobile-header { display: none; } Just change the xx for that specific pages ID Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 11, 2019 at 6:06 am #835430 Rizki Alief Irfany Unfortunately it doesn’t work, header still exist for this page : https://bit.ly/2VPUSzR domain,com/wp-admin/post.php?post=871&action=edit => ID of the page is 871 right ? March 11, 2019 at 6:23 am #835444 DavidStaff Customer Support Hi there, ok so if its a post the CSS selector would be: .postid-xx #mobile-header Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 11, 2019 at 7:20 am #835637 Rizki Alief Irfany Hi David, The header still exist π March 11, 2019 at 7:43 am #835656 DavidStaff Customer Support I edited the code here: https://generatepress.com/forums/topic/hide-mobile-header-menu-on-mobile/#post-835377 Try that. If it doesn’t work can you link me directly to the page. You can edit your original topic and change the site URL. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 11, 2019 at 7:50 am #835659 Rizki Alief Irfany Hi David, I have changed the URL on original topic. And I have entered the CSS code like this : http://prntscr.com/mwe5aj an still doesn’t work. March 11, 2019 at 8:24 am #835695 DavidStaff Customer Support Right so it is a page lol – try this: .page-id-871 #mobile-header { display: none !important; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 11, 2019 at 8:33 am #835704 Rizki Alief Irfany Yeah it works π I already said that it was a page π But thank you so much for your amazing support. March 11, 2019 at 8:35 am #835706 DavidStaff Customer Support Haha – yeah my bad, i was running low on coffee…. glad you got it resolved. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In