Title: Remove menu button
Last modified: August 31, 2016

---

# Remove menu button

 *  [wint3r](https://wordpress.org/support/users/wint3r/)
 * (@wint3r)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-button-1/)
 * Hello, i need your help. If you can help me please.
    I build my site [http://www.it-tech.gr](http://www.it-tech.gr).
   I want to remove the menu button (3-bar). Only the menu button of my header. 
   How can i do this? I tried every code from this forum about my problem to css
   but nothing worked.

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

 *  [Allison Tarr](https://wordpress.org/support/users/allisonplus/)
 * (@allisonplus)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-button-1/#post-6984008)
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then do the following:
    - Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
    - use its “CSS Code” section of the dashboard to hold your CSS modifications
    - (put your CSS code in)
    - Save
 * I think perhaps the below will work. I think your menu button is controlled by
   a plugin which might be why it’s more difficult to find the proper selector.
 *     ```
       .btn-toggle-nav {
          display: none;
       }
       ```
   
 *  Thread Starter [wint3r](https://wordpress.org/support/users/wint3r/)
 * (@wint3r)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-button-1/#post-6984165)
 * Thank you sooooo much! Your answer save my problem. Thank you allisonplus

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [wint3r](https://wordpress.org/support/users/wint3r/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-button-1/#post-6984165)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
