Title: move main navigation
Last modified: August 30, 2016

---

# move main navigation

 *  [alliburnie](https://wordpress.org/support/users/alliburnie/)
 * (@alliburnie)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-main-navigation/)
 * I’m experimenting with the main navigation on the homepage. Looking to move it
   from the top of the homepage to either the very bottom or entirely removing it.
 * If I add this in Developer Tools, the menu disappears nicely
 * .main-navigation {
    display: none }
 * But it won’t stick in when I put it in the custom css editor. What else is determining
   the appearance of this feature?
 * Thanks.

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-main-navigation/#post-6409076)
 * Hey there alliburnie.
 * Your code is most likely being overridden by another code most likely because
   it has more specificity in the selector. You can find more info about specificity
   and its use here: [http://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/](http://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/)
 * If you want you can post link to your site and I’ll be happy to help you with
   removing that 🙂
 * Cheers,
    Bojan
 *  Thread Starter [alliburnie](https://wordpress.org/support/users/alliburnie/)
 * (@alliburnie)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-main-navigation/#post-6409202)
 * the website is luckydrifters.com
 * Thanks.
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/move-main-navigation/#post-6409234)
 * Hello alliburnie,
    In order to hide the navigation bar, you were on the right
   track. Use the following code-
 *     ```
       #site-navigation {
       display: none !important;
       }
       ```
   
 * It should work everywhere.

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

The topic ‘move main navigation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/klean/1.26/screenshot.jpg)
 * Klean
 * [Support Threads](https://wordpress.org/support/theme/klean/)
 * [Active Topics](https://wordpress.org/support/theme/klean/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/klean/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/klean/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/move-main-navigation/#post-6409234)
 * Status: not resolved