Title: Custom CSS? disable menu altogether
Last modified: August 30, 2016

---

# Custom CSS? disable menu altogether

 *  [thewishingwell](https://wordpress.org/support/users/thewishingwell/)
 * (@thewishingwell)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-css-disable-menu-altogether/)
 * Hi I won’t be using a menu for the very basic site i’m using and so would like
   to disable the menu altogether – including the black bar at the top. Just the
   header image (my image) at the top and no menu at all. Can this be done?

Viewing 1 replies (of 1 total)

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-css-disable-menu-altogether/#post-6634410)
 * Sure, use this in a custom CSS plugin:
 *     ```
       .site-header {
            display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS? disable menu altogether’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [vladff](https://wordpress.org/support/users/vladff/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/custom-css-disable-menu-altogether/#post-6634410)
 * Status: not resolved