Title: Remove Header &amp; Navigation From Specific Pages
Last modified: August 30, 2016

---

# Remove Header & Navigation From Specific Pages

 *  [gopink5](https://wordpress.org/support/users/gopink5/)
 * (@gopink5)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-header-navigation-from-specific-pages/)
 * Good morning,
 * I am trying to remove the header and navigation from specific pages in the evolve
   theme with custom CSS. I have tried a few different way that have all been unsuccessful.
   I saw a previous post on here inquiring about the home page, but I need a few
   different ones.
 * The site I am managing is [http://www.thegblstory.com](http://www.thegblstory.com)
   but the specific page is [http://www.thegblstory.com/NAAFA](http://www.thegblstory.com/NAAFA).
   On the NAAFA page, they would like the Group Benefits, Ltd. and menu bar to disappear
   on this particular page, leaving just the NAAFA image at the top. Is this possible?
 * Thank you for your fantastic theme!

Viewing 1 replies (of 1 total)

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-header-navigation-from-specific-pages/#post-6593415)
 * Hi,
 * Try out the following in your **Theme Options -> Custom CSS**
 *     ```
       .page-id-3195 .header {
           display: none !important;
       }
       ```
   
 * It will remove the header only for that page, by using the unique page-id-3195
 * screenshot [http://prntscr.com/8lp3s7](http://prntscr.com/8lp3s7)
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Remove Header & Navigation From Specific Pages’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [specific page](https://wordpress.org/support/topic-tag/specific-page/)

 * 1 reply
 * 2 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/remove-header-navigation-from-specific-pages/#post-6593415)
 * Status: not resolved