Title: Hide menu button
Last modified: November 9, 2024

---

# Hide menu button

 *  Resolved [randomuser87a65](https://wordpress.org/support/users/randomuser87a65/)
 * (@randomuser87a65)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/)
 * Hello, I would like to hide the menu button, and keep the menu always opened,
   like on the twenty eleven theme, how shoud I do that ? Creating a child theme
   to modify the header ? I want to make sure it works and stay reponsive, if someone
   know what I should do

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18124775)
 * Do you mean in the mobile view? Then this would be a possible CSS code solution:
 *     ```wp-block-code
       .main-navigation ul.nav-menu.toggled-on, .menu-toggle {display: none;}.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {display: block;}
       ```
   
 * You would have to insert this under Appearance > Customizer > Additional CSS.
 *  Thread Starter [randomuser87a65](https://wordpress.org/support/users/randomuser87a65/)
 * (@randomuser87a65)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18125551)
 * Hi, yes on mobile, it seems to be working thank you, do I need jquery for something
   else ? I saw it’s loaded by the theme, I could delete if it’s not necessary anymore
   thanks a lot
    -  This reply was modified 1 year, 5 months ago by [randomuser87a65](https://wordpress.org/support/users/randomuser87a65/).
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18125593)
 * The backend of WordPress will not be usable without jQuery. In the frontend, 
   it depends on what else you are using. Some plugins need it. Incidentally, you
   should not delete it as jQuery is part of the WordPress core – if at all, then
   you would have to prevent its integration in the frontend. This can be done with
   an individual script in an init hook via [https://developer.wordpress.org/reference/functions/wp_dequeue_script/](https://developer.wordpress.org/reference/functions/wp_dequeue_script/)
 *  Thread Starter [randomuser87a65](https://wordpress.org/support/users/randomuser87a65/)
 * (@randomuser87a65)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18125628)
 * Thank you, I didn’t know that, I don’t see it with the twenty eleven theme when
   I run it on google page insight
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18125630)
 * For Google, jQuery is completely irrelevant.
 *  Thread Starter [randomuser87a65](https://wordpress.org/support/users/randomuser87a65/)
 * (@randomuser87a65)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18125642)
 * Not on theme above twenty eleven, it appears on the google page insight, I will
   see thanks, it doesn’t really change anything for the performance anyway

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

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

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

 * 6 replies
 * 2 participants
 * Last reply from: [randomuser87a65](https://wordpress.org/support/users/randomuser87a65/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/hide-menu-button/#post-18125642)
 * Status: resolved