Title: mobile menu button not shown
Last modified: January 21, 2019

---

# mobile menu button not shown

 *  Resolved [fpapavoine](https://wordpress.org/support/users/fpapavoine/)
 * (@fpapavoine)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/)
 * I have recently updated wordpress and now the menu button is not available anymore
   in the mobile version of my site.
 * How can I fix this problem?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-menu-button-not-shown%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/#post-11112452)
 * hey, [@fpapavoine](https://wordpress.org/support/users/fpapavoine/)
 * To do that, go to Appearance → Customize → Additional CSS and enter the following
   code:
 * [@media](https://wordpress.org/support/users/media/) (max-width: 1000px)
    .nav-
   toggle:hover { display: block !important; }
 * Thanx.
 *  Thread Starter [fpapavoine](https://wordpress.org/support/users/fpapavoine/)
 * (@fpapavoine)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/#post-11112471)
 * Thnx for the quick response!
 * I only get the following error: expected LBRACE at line2 col 1.
 * I really don’t have any experience with CSS.. sorry!
 *  [lisia](https://wordpress.org/support/users/lisia/)
 * (@lisia)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/#post-11116622)
 * [@media](https://wordpress.org/support/users/media/) (max-width: 1000px) {
    .
   nav-toggle:hover { display: block !important; } }
 * Hello, you have to add {….}
    Best regards, lisia
 *  Thread Starter [fpapavoine](https://wordpress.org/support/users/fpapavoine/)
 * (@fpapavoine)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/#post-11116989)
 * Thnx Lisia,
    unfortunately the menu button is still not shown. Do you have any
   other solution for my problem?
 * Best regards,
 * Frederique
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/#post-11125294)
 * Hi [@fpapavoine](https://wordpress.org/support/users/fpapavoine/),
 * The plugin “supsystic-gallery-pro” is adding styling the “.hidden” class selector,
   preventing Fukasawa from making the navigation toggle visible on mobile. You 
   can fix this by deactivating the plugin.
 * Another solution is to add the following CSS to the Customizer → Additional CSS
   field:
 *     ```
       @media (max-width: 1000px) {
       button.nav-toggle {
       display: block !important;
       }
       }
       ```
   
 * — Anders

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

The topic ‘mobile menu button not shown’ is closed to new replies.

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

 * 5 replies
 * 4 participants
 * Last reply from: [Anders Norén](https://wordpress.org/support/users/anlino/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/mobile-menu-button-not-shown/#post-11125294)
 * Status: resolved