Title: Remove menu bar
Last modified: September 1, 2016

---

# Remove menu bar

 *  [vinecase](https://wordpress.org/support/users/vinecase/)
 * (@vinecase)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/)
 * Hey guys,
 * I’m very new in the field of working with wordpress. I’ve created a small one
   pager for an upcoming business. I’m using Sydney theme and want to remove the
   menu bar for tablet and mobile.
 * What I’ve already tried is adding the following code too custom css:
 * .menu {
    display:none; } .tinynav { display:none; }
 * Any ideas how I can remove the menu?
 * Best Daniel

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

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720228)
 * Hi Dan,
 * There is no menu bar on tablet screen but a button menu [http://prntscr.com/ccx82o](http://prntscr.com/ccx82o)
 * And here is the CSS code to hide the button menu:
 *     ```
       .btn-menu {
           display: none !important;
       }
       ```
   
 *  Thread Starter [vinecase](https://wordpress.org/support/users/vinecase/)
 * (@vinecase)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720229)
 * Yes that’s what i mean 😉 The code works perfect.
 * The menu is gone but now I have still the red background. Do you know how I can
   get rid of it too?
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720232)
 * red background? I didn’t see if there is a re background. Post your site URL 
   please…
 *  Thread Starter [vinecase](https://wordpress.org/support/users/vinecase/)
 * (@vinecase)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720234)
 * [http://www.vinecase.de](http://www.vinecase.de)
 * if you check for tablet and mobile there is the red background.
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720236)
 * I see, its flashed a while when the page scrolled.
    You can use this to make 
   the background transparent:
 *     ```
       .site-header {
           background-color: transparent !important;
       }
       ```
   
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720238)
 * Or you can completely hide the site header using these:
 *     ```
       .site-header {
           display: none;
       }
       ```
   
 *  Thread Starter [vinecase](https://wordpress.org/support/users/vinecase/)
 * (@vinecase)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720239)
 * nice. hiding the header is perfect 😉 works perfect. thanks
 *  Thread Starter [vinecase](https://wordpress.org/support/users/vinecase/)
 * (@vinecase)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-7720244)
 * Have you also an idea how to change the colors? Is it only possible with custom
   css or can I use the frontend?
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-8097467)
 * Hi,
    Which color? There is already color setting from the theme, thought? You
   can manage it from: Customize > colors.
 *  [caitlynkeable](https://wordpress.org/support/users/caitlynkeable/)
 * (@caitlynkeable)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-8623594)
 * Hello,
    I have searched high and low on every single forum and can’t seem to 
   find any way to remove the very top menu bar on my wordpress site. This is the
   link: [http://markmaker.ca/index.php/social-media/](http://markmaker.ca/index.php/social-media/)
 * I want to remove the menu bar on only a few pages. I added multiple custom CSS
   plugins and tried tons of different codes.
 * The menu bar I am referring to is the one that says: home, work with us, FAQ….
 * Please help!
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-menu-bar-3/#post-8625320)
 * Hello [@caitlynkeable](https://wordpress.org/support/users/caitlynkeable/),
 * Please create a new topic for your question with more details about your issue
   in order to make it easier to help you.
 * Kind Regards, Roman.

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

The topic ‘Remove menu bar’ 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/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)

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