Title: Remove menu
Last modified: August 22, 2016

---

# Remove menu

 *  [cheurlin](https://wordpress.org/support/users/cheurlin/)
 * (@cheurlin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-menu-1/)
 * Hi,
    I’m new to this and just trying to adapt the Make theme to suit the site
   I’m making. The site is really basic, just one page with info and contact, so
   I don’t need a home button or the mobile menu. How can I remove it?
 * Thanks!

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-menu-1/#post-5636896)
 * Hey there cheurlin,
 * Hope you’re well today!
 * This can be done with some custom CSS. Try adding the following CSS code in the
   style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       nav#site-navigation {
       display: none;
       }
       ```
   
 * This should remove both desktop and mobile navigations. If this doesn’t work 
   please provide link to your site so I can take a look.
 * Best regards,
    Bojan
 *  Thread Starter [cheurlin](https://wordpress.org/support/users/cheurlin/)
 * (@cheurlin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-menu-1/#post-5636967)
 * Hi Bojan,
    thanks! It worked perfectly!
 * Best regards,
    Camilla
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-menu-1/#post-5636968)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

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

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/remove-menu-1/#post-5636968)
 * Status: not resolved