Title: Remove lower menu?
Last modified: August 21, 2016

---

# Remove lower menu?

 *  [Quadrophenia](https://wordpress.org/support/users/quadrophenia/)
 * (@quadrophenia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/)
 * I would like to disable the lower header menu and only use the top one. When 
   I blank the top one, it goes away. But blanking the lower doesn’t remove it. 
   Is it even possible to only use the top, or am I doing something wrong?

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

 *  [Niko Vittaniemi](https://wordpress.org/support/users/nikov/)
 * (@nikov)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782609)
 * Hey Quadrophenia,
 * Could you provide a link to your site? It would be helpful to see what menu do
   you mean.
 *  Thread Starter [Quadrophenia](https://wordpress.org/support/users/quadrophenia/)
 * (@quadrophenia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782622)
 * Just getting started on it. 🙂 I need to shrink the header picture of the farm,
   but as you can see the lower header menu is actually in the middle of the farm.
   I would like to get rid of the lower menu altogether, but when I specify blank
   in the menu choices, it still leaves it there.
 * [http://kowchicpo.com/wp/](http://kowchicpo.com/wp/)
 * Thank you.
 *  [Niko Vittaniemi](https://wordpress.org/support/users/nikov/)
 * (@nikov)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782635)
 * Oh nice looks intresting already! It’s rather easy to hide that menu with little
   css tweak.
 * For the changes to stay after ex. Theme update it’s smart to get a custom [css plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   or use a [child theme](http://codex.wordpress.org/Child_Themes). If you already
   have one of the above or a place to put custom css this code could help you out
   with the menu problem.
 *     ```
       #access {
         display: none;
       }
       ```
   
 * And this should help with the image. Intresting use of the logo area there btw!
 *     ```
       #logo {
         float: left;
         padding: 0;
       }
       ```
   
 * Hope it helps 🙂
 *  Thread Starter [Quadrophenia](https://wordpress.org/support/users/quadrophenia/)
 * (@quadrophenia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782640)
 * Thank you very much! Those worked great. I tried installing one of the custom
   css plugins which didn’t work, but in the process of looking around and wondering
   why, I found that the Custom Community theme has a css tab in its’ settings. 
   When I put your 2 pieces in there, they worked perfectly. I will keep an eye 
   next update, but hoping that since they actually have a place for it, it may 
   get carried forward through an update.
    Thank you for the kind comments as well.
   Quick question: Is there a way for me to put a comment reminder type of line 
   before each of those code snippets for my memory or lack thereof? 🙂 Thank you
   again for the help.
 *  [Niko Vittaniemi](https://wordpress.org/support/users/nikov/)
 * (@nikov)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782649)
 * Good to hear that it worked! Oh there was a custom CSS option really nice!
    Child
   Themes are the safest way to go since updates can wipe out the modifications 
   ex. on major framework changes etc.
 * I hope ya can but this code somewhere like a notepad and save for future reference
   maybe if something happens?
 * You can add notes above the code like this:
    /*————This code does this————*/
 * Glad you got it sorted out! 🙂
 *  [konradS](https://wordpress.org/support/users/konrads/)
 * (@konrads)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782762)
 * Nice! 🙂

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

The topic ‘Remove lower menu?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/custom-community/2.1.2/screenshot.
   png)
 * Custom Community
 * [Support Threads](https://wordpress.org/support/theme/custom-community/)
 * [Active Topics](https://wordpress.org/support/theme/custom-community/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/custom-community/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/custom-community/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [konradS](https://wordpress.org/support/users/konrads/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/remove-lower-menu/#post-3782762)
 * Status: not resolved