Title: Removing Menu Bar/Button
Last modified: August 21, 2016

---

# Removing Menu Bar/Button

 *  Resolved [peteryacono](https://wordpress.org/support/users/peteryacono/)
 * (@peteryacono)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-menu-barbutton/)
 * Hi everyone.
 * Thank you for your great theme.
 * I’m using this template as a very small one-pager.
 * I was wondering if it’s possible to remove the menu bar/button (the button/image
   with three horizontal lines) from the page? Both on mobile and desktop versions.
   What is the best way to go about this?
 * Thank you kindly x
 * Peter

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-menu-barbutton/#post-5140013)
 * Hi Peter, glad you like Bushwick.
 * The easiest way to remove the toggle icon at the top right is by adding some 
   custom CSS to hide it:
 *     ```
       #site-navigation {
           display: none;
       }
       ```
   
 * Don’t edit the theme files directly, otherwise your changes will be overwritten
   when the theme is updated.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)
 *  Thread Starter [peteryacono](https://wordpress.org/support/users/peteryacono/)
 * (@peteryacono)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-menu-barbutton/#post-5140067)
 * Awesome. Worked a treat. Thank you.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-menu-barbutton/#post-5140097)
 * Glad that did the trick, you’re very welcome.

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

The topic ‘Removing Menu Bar/Button’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/removing-menu-barbutton/#post-5140097)
 * Status: resolved