Title: Hide Empty Header Menu
Last modified: May 7, 2019

---

# Hide Empty Header Menu

 *  Resolved [bylucerna](https://wordpress.org/support/users/bylucerna/)
 * (@bylucerna)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/hide-empty-header-menu/)
 * The primary menu appears beneath the header image (Glamour Magazine theme) but
   I can’t get rid of the empty menu at the top. There’s no option to remove it 
   in the Customize > Menus section. CSS codes didn’t work either.
 * Help please?
 * Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-empty-header-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/hide-empty-header-menu/#post-11504829)
 * Hey, [@bylucerna](https://wordpress.org/support/users/bylucerna/)
 * To do that you have to add below css code into Appearance → Customize → Additional
   CSS:
 *     ```
       #top-menu {
         display: none;
       }
       ```
   
 * Let me know if that does it.
    Thank you.
 *  Thread Starter [bylucerna](https://wordpress.org/support/users/bylucerna/)
 * (@bylucerna)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/hide-empty-header-menu/#post-11505940)
 * Weird, it actually worked this time! Thank you!

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

The topic ‘Hide Empty Header Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/glamour-magazine/1.0.8/screenshot.
   png)
 * Glamour magazine
 * [Support Threads](https://wordpress.org/support/theme/glamour-magazine/)
 * [Active Topics](https://wordpress.org/support/theme/glamour-magazine/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/glamour-magazine/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/glamour-magazine/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [bylucerna](https://wordpress.org/support/users/bylucerna/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/hide-empty-header-menu/#post-11505940)
 * Status: resolved