Title: Remove header navigation bar
Last modified: August 30, 2016

---

# Remove header navigation bar

 *  [www.son-wood.dk](https://wordpress.org/support/users/wwwson-wooddk/)
 * (@wwwson-wooddk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-header-navigation-bar/)
 * I have made a website in Alizee theme, and have a small question.
 * The website is only one page, so I want to remove the navigation in the header,
   which is now saying ‘Frontpage’. Since the website is only one page, I dont need
   the navigation.
 * But how do I do?
 * Thanks for your help!

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

 *  [TTTytan](https://wordpress.org/support/users/tttytan/)
 * (@tttytan)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-header-navigation-bar/#post-6849901)
 * Hi [http://www.son-wood.dk](http://www.son-wood.dk)!
 * You can remove the header navigation by commenting out (or deleting) the below:(
   File: header.php)
 *     ```
       <nav id="site-navigation" class="main-navigation" role="navigation">
         <div class="container">
           <button class="menu-toggle btn"><i class="fa fa-bars"></i></button>
           <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
         </div>
       </nav><!-- #site-navigation -->
       ```
   
 *  Thread Starter [www.son-wood.dk](https://wordpress.org/support/users/wwwson-wooddk/)
 * (@wwwson-wooddk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-header-navigation-bar/#post-6849939)
 * Hi TTTytan, thanks a lot for your help, it helped!!

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

The topic ‘Remove header navigation bar’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [www.son-wood.dk](https://wordpress.org/support/users/wwwson-wooddk/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/remove-header-navigation-bar/#post-6849939)
 * Status: not resolved