Title: remove sub header navigation
Last modified: November 11, 2019

---

# remove sub header navigation

 *  [lhvandersteen](https://wordpress.org/support/users/lhvandersteen/)
 * (@lhvandersteen)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-header-navigation/)
 * how do i remove the sub header navigation
 * [link to page](http://ricomit.nl/?page_id=1191)
    -  This topic was modified 6 years, 7 months ago by [lhvandersteen](https://wordpress.org/support/users/lhvandersteen/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-sub-header-navigation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-header-navigation/#post-12120742)
 * Hi,
 * If you are referring to removing the Page header, you can go to the **Appearance
   > Customize > Additional CSS** in the dashboard and insert the code mentioned
   below:
 *     ```
       .page-header {
       	display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [lhvandersteen](https://wordpress.org/support/users/lhvandersteen/)
 * (@lhvandersteen)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-header-navigation/#post-12122418)
 * yes thank you it worked , is it also possible that where the .pageheader was 
   that there now be a white bar , because now everything is to close to the top
   menu
 *  [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * (@rajeshpoudel)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-header-navigation/#post-12125345)
 * Hi,
 * For white space, can you go to the **Additional CSS** box and insert the code
   mentioned below:
 *     ```
       #content {
       	margin-top: 70px;
       }
       ```
   
 * Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘remove sub header navigation’ is closed to new replies.

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

 * 3 replies
 * 1 participant
 * Last reply from: [Rajesh – ThemeGrill Support](https://wordpress.org/support/users/rajeshpoudel/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/remove-sub-header-navigation/#post-12125345)
 * Status: not resolved