Title: Hide primary menu
Last modified: August 31, 2016

---

# Hide primary menu

 *  Resolved [Pete123](https://wordpress.org/support/users/pete123/)
 * (@pete123)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hide-primary-menu/)
 * How can I hide the primary menu? I am using side and bottom menus and would like
   to remove the menu bar from the top of the page.

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

 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hide-primary-menu/#post-7119393)
 * Hi there Pete123!
    You can easily hide the nav with custom css, either in a custom
   css plugin or a child theme.
 * Here is the code:
 *     ```
       nav#site-navigation {
           display: none;
       }
       ```
   
 *  Thread Starter [Pete123](https://wordpress.org/support/users/pete123/)
 * (@pete123)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hide-primary-menu/#post-7119418)
 * Thanks a lot, I will try that.
 *  Thread Starter [Pete123](https://wordpress.org/support/users/pete123/)
 * (@pete123)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hide-primary-menu/#post-7119530)
 * I removed the whole primary menu section in the style.css (child theme) and it
   worked perfectly. I also put the code:
 * nav#site-navigation {
    display: none; }
 * in the beginning.

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

The topic ‘Hide primary menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/senses-lite/1.1.0/screenshot.png)
 * Senses Lite
 * [Support Threads](https://wordpress.org/support/theme/senses-lite/)
 * [Active Topics](https://wordpress.org/support/theme/senses-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/senses-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/senses-lite/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 3 replies
 * 2 participants
 * Last reply from: [Pete123](https://wordpress.org/support/users/pete123/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/hide-primary-menu/#post-7119530)
 * Status: resolved