Title: Delete menu bar
Last modified: August 24, 2016

---

# Delete menu bar

 *  Resolved [marcdepierrefeu](https://wordpress.org/support/users/marcdepierrefeu/)
 * (@marcdepierrefeu)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/delete-menu-bar/)
 * Hi!
 * I would like to delete the menu bar at the top of my website.
    I managed to delete
   the search bar and some other stuff, but I couldn’t find it for the menu. Is 
   it possible? With CSS?
 * Thank you very much!
 * Marc
 * [http://resurgence.apps-1and1.net](http://resurgence.apps-1and1.net)

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/delete-menu-bar/#post-5958747)
 * Hey there Marc,
 * How are you doing today?
 * If this is what you’re referring to [http://screencast.com/t/OJ8cVtiBLr](http://screencast.com/t/OJ8cVtiBLr)
   then this is definitely possible with some custom CSS. Please try adding the 
   following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       div#triggers-wrapper {
         display: none;
       }
       ```
   
 * This should remove the menu from the top of your page. If this doesn’t work could
   you please keep the code there and let me know so I can check it.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [marcdepierrefeu](https://wordpress.org/support/users/marcdepierrefeu/)
 * (@marcdepierrefeu)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/delete-menu-bar/#post-5958750)
 * Perfect! It worked.
 * Thank you very much!
 * Cheers,
    M
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/delete-menu-bar/#post-5958753)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Delete menu bar’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/delete-menu-bar/#post-5958753)
 * Status: resolved