Title: Remove top navigation form NewBasic theme
Last modified: August 30, 2016

---

# Remove top navigation form NewBasic theme

 *  [Nfarella](https://wordpress.org/support/users/nfarella/)
 * (@nfarella)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-top-navigation-form-newbasic-theme/)
 * I am attempting to remove the top navigation from my site and only utilize the
   left navigation. How can I hide the top navigation entirely? Please let me know
   what steps to take, any code to implement, and where/how it should be implemented!
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-top-navigation-form-newbasic-theme/#post-6223190)
 * you could simply use CSS via a ‘custom CSS’ plugin to hide the top menu;
    example:
 *     ```
       #container3 .navtop { display: none; }
       ```
   
 * or more elegantly create a child theme and edit **header.php** in the child theme,
   and remove this section:
 *     ```
       <div id="container3">
       <div class="navtop">
       <?php wp_nav_menu( array( 'theme_location' => 'header-menu', 'fallback_cb' => 'wp_page_menu', 'container' => 'div', 'container_class' => 'navmenu', 'menu_class' => 'navmenu', 'show_home' => 'Home' ) ); ?>
       </div>
       </div>
       ```
   
 * for details, please consider to ask your question in your theme’s forum at [https://wordpress.org/support/theme/newbasic#postform](https://wordpress.org/support/theme/newbasic#postform)

Viewing 1 replies (of 1 total)

The topic ‘Remove top navigation form NewBasic theme’ is closed to new replies.

## Tags

 * [hide navigation](https://wordpress.org/support/topic-tag/hide-navigation/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [Top Navigation](https://wordpress.org/support/topic-tag/top-navigation/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-top-navigation-form-newbasic-theme/#post-6223190)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
