Title: Remove 2nd Menu
Last modified: August 21, 2016

---

# Remove 2nd Menu

 *  [turnsteak](https://wordpress.org/support/users/turnsteak/)
 * (@turnsteak)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-2nd-menu/)
 * Hi!
 * I would like to remove the 2nd Menu (down my name), to keep the 1st at top of
   the site.
    my website: [http://www.turnsteak.com](http://www.turnsteak.com)
 * Thanks again 🙂

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4056928)
 * Install a Custom CSS plugin
    [http://wordpress.org/plugins/search.php?q=custom+css](http://wordpress.org/plugins/search.php?q=custom+css)
 * and put this in
 *     ```
       #main-navigation .menu { display: none; }
       ```
   
 * along with your other changes prior, and then revert theme’s stylesheet file 
   to its original.
 *  Thread Starter [turnsteak](https://wordpress.org/support/users/turnsteak/)
 * (@turnsteak)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4056940)
 * Thanks Paul 🙂 That’s perfect!!
 *  [jaxace](https://wordpress.org/support/users/jaxace/)
 * (@jaxace)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057158)
 * Thanks paulwpxp. I too was wondering about that issue. I can’t figure why would
   the author would put 2 nav menus in the theme without any explanation. It can
   really make things difficult when you’re trying to customize your theme. Good
   grief! Sigh!
 *  [tarynks](https://wordpress.org/support/users/tarynks/)
 * (@tarynks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057214)
 * This didn’t work for me. Any other suggestions?
    I’m using the Fashionista theme
   too.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057216)
 * Don’t forget to clear browser cache after changes in CSS.
 *  [tarynks](https://wordpress.org/support/users/tarynks/)
 * (@tarynks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057218)
 * I tried that too – still showing both the menus.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057229)
 * Try this instead
 *     ```
       #main-navigation .sf-menu { display: none; }
       ```
   
 * If that doesn’t do it, please link to your site.
 *  [mrpjscott](https://wordpress.org/support/users/mrpjscott/)
 * (@mrpjscott)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057236)
 * I just created a blank menu (a new menu with no items in it) and assigned that
   to the second menu. It then disappeared. No plugins or CSS changes required.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057240)
 * [@mrpjscott](https://wordpress.org/support/users/mrpjscott/) That’s one great
   tip.
 * This is on `wp_nav_menu()` codex page
    3.5.0: If a menu has no items, don’t output
   any markup.
 * Here is the source
    [http://core.trac.wordpress.org/browser/tags/3.6.1/wp-includes/nav-menu-template.php#L180](http://core.trac.wordpress.org/browser/tags/3.6.1/wp-includes/nav-menu-template.php#L180)
 *  [tarynks](https://wordpress.org/support/users/tarynks/)
 * (@tarynks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057241)
 * Creating a blank menu and assigning it to the top menu worked! Great idea, thank
   you
 *  [mrpjscott](https://wordpress.org/support/users/mrpjscott/)
 * (@mrpjscott)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057244)
 * Glad I could help! If anyone can help with my IE8 formatting issue that would
   be awesome 😉
 *  [Fabhautemama](https://wordpress.org/support/users/fabhautemama/)
 * (@fabhautemama)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057283)
 * I did this the menu disappeared but the word menu is still there. Anyway to get
   rid of that altogether? I’m referring to the second menu not the top menu.
 * Or is there an option to have the second menu display horizontally? I don’t want
   it to be a drop down. I would like it to look like a top menu but in the position
   where the second menu is. Thanks
 *  [musfirashaffi](https://wordpress.org/support/users/musfirashaffi/)
 * (@musfirashaffi)
 * [12 years ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057297)
 * Hello lovely people
 * Can someone guide me and help me remove the first menu?

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

The topic ‘Remove 2nd Menu’ is closed to new replies.

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

 * 13 replies
 * 7 participants
 * Last reply from: [musfirashaffi](https://wordpress.org/support/users/musfirashaffi/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/remove-2nd-menu/#post-4057297)
 * Status: not resolved