Remove header from a page on my site Posted in : Bloggy WP KaneishaParticipant 1 August 2017 at 01:03 #49824 Hello! What do I need to do to remove the header and navigation from this page on my site: http://theartofapplying.com/session/ as well as from this page: http://theartofapplying.com/apply It looks like the header is already gone from the second link, but how do I get rid of the navigation menu on that page as well? Thank you! serkanModerator 1 August 2017 at 17:53 #49836 Hi, You can use this custom css code; .page-id-12830 .site-header { display: none; } iframe#b54be16a34aaeb597cd0746fe34c42d353a0d3862-container + h2+ .main-navigation { display: none !important; } Thanks KaneishaParticipant 1 August 2017 at 19:20 #49845 Thank you so much! serkanModerator 2 August 2017 at 13:44 #49859 You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks. KaneishaParticipant 22 September 2017 at 21:06 #50602 Hi Serkan and team, I’m reopening this thread because it’s the same question. I put in the code .page-id-12830 .site-header { display: none; } iframe#b54be16a34aaeb597cd0746fe34c42d353a0d3862-container + h2+ .main-navigation { display: none !important; } but the navigation menu still shows on this page: http://theartofapplying.com/apply Can you help me figure out how the code needs to change to make the menu disappear? Thank you! KaneishaParticipant 22 September 2017 at 21:07 #50603 Correction: for http://theartofapplying.com/apply I put in the code: .page-id-12819 .site-header { display: none; } iframe#b54be16a34aaeb597cd0746fe34c42d353a0d3862-container + h2+ .main-navigation { display: none !important; } serkanModerator 25 September 2017 at 20:11 #50622 Hi, You can try to use this custom css code; iframe#q675350c12bdcccaf42c032773a864efb242cbf99-container + h2+ .main-navigation { display: none !important; } Thanks KaneishaParticipant 25 September 2017 at 20:13 #50623 That worked. Thank you! serkanModerator 27 September 2017 at 23:59 #50652 You are welcome. Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register