Title: Remove Menu on mobile
Last modified: January 30, 2017

---

# Remove Menu on mobile

 *  [TheSpecialKick](https://wordpress.org/support/users/thespecialkick/)
 * (@thespecialkick)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-on-mobile/)
 * Hello!
    Since I have no menu items I would like to remove the menu icon on mobile
   screens. How do I do that? [http://makemuscles.net/](http://makemuscles.net/)
 * Thanks in advance!

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-on-mobile/#post-8717176)
 * Hello [@thespecialkick](https://wordpress.org/support/users/thespecialkick/),
 * Please try to use the following CSS code.
 * You can add CSS code in **Dashboard** → **Appearance** → **Customize** → **Additional
   CSS** (WordPress 4.7 and up). Also you can add CSS code directly to `style.css`
   file of your [child theme](https://codex.wordpress.org/Child_Themes).
 *     ```
       header#masthead div.btn-menu {
           display: none;
       }
       ```
   
 * Kind Regards, Roman.
 *  Thread Starter [TheSpecialKick](https://wordpress.org/support/users/thespecialkick/)
 * (@thespecialkick)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-on-mobile/#post-8720660)
 * Thank you!
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-on-mobile/#post-8722464)
 * You are welcome [@thespecialkick](https://wordpress.org/support/users/thespecialkick/)!
   🙂
 * Kind Regards, Roman.

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

The topic ‘Remove Menu on mobile’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/remove-menu-on-mobile/#post-8722464)
 * Status: not resolved