Title: Remove menu completely
Last modified: February 5, 2021

---

# Remove menu completely

 *  Resolved [jasminossman](https://wordpress.org/support/users/jasminossman/)
 * (@jasminossman)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-menu-completely/)
 * Hello,
 * I am using the Hestia Theme on WP and I cannot remove the menu. I tried to disable
   the header (Appearance -> Customize -> Header Options -> Very Top Bar -> disable
   section). I also tried to delete all menus (Appearance -> Customize -> Menus -
   > delete). Furthermore I tried to add CSS codes like:
    .x-navbar-inner { display:
   none; } or #site-header .header-navigation-wrapper, #site-header .mobile-nav-
   toggle { display: none; } I tried to add the CSS code with Appearance -> Customize-
   > Additional CSS; and with Appearance -> Theme Editor, BUT NOTHING IS WORKING!
 * Please help me to remove the menu completely, I tried everything and I’m going
   crazy!
    Thank you in advance!
 * Kind regards,
    Ossman
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-menu-completely%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Harrij Mensinga](https://wordpress.org/support/users/harrij-mensinga/)
 * (@harrij-mensinga)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14011321)
 * .navbar {display:none;}
 * you want this ?
 *  Thread Starter [jasminossman](https://wordpress.org/support/users/jasminossman/)
 * (@jasminossman)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14013451)
 * Hey,
 * thank you for your response, but the CSS code didn’t work. Is there anything 
   I have to watch out for? I pasted the CSS code in Apearance -> additional CSS.
   
   Or do you have another solution?
 * Thank you in advance!
 * Kind regards,
    Ossman Jasmin
 *  [Harrij Mensinga](https://wordpress.org/support/users/harrij-mensinga/)
 * (@harrij-mensinga)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14013462)
 * If you first make it transparant in Customizer and then Add the CSS code the 
   menu should be invisible. Check my site [https://reviewmacapps.com](https://reviewmacapps.com)
    -  This reply was modified 5 years, 2 months ago by [Harrij Mensinga](https://wordpress.org/support/users/harrij-mensinga/).
 *  Thread Starter [jasminossman](https://wordpress.org/support/users/jasminossman/)
 * (@jasminossman)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14013520)
 * How can I make it transparent?
 *  [Harrij Mensinga](https://wordpress.org/support/users/harrij-mensinga/)
 * (@harrij-mensinga)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14013524)
 * You dont have the Pro version?
 *  Thread Starter [jasminossman](https://wordpress.org/support/users/jasminossman/)
 * (@jasminossman)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14021780)
 * No I don’t have the Pro version. Is it possile to remove the menu without the
   Pro version?
 *  Thread Starter [jasminossman](https://wordpress.org/support/users/jasminossman/)
 * (@jasminossman)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14021877)
 * If not, may you send me the link of the Pro version and send a screenshot of 
   the display with the transparent option.
 * Thank you in advance!
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14032547)
 * Hi [@jasminossman](https://wordpress.org/support/users/jasminossman/),
 * In order to remove the header menu completely, paste this code into your Customizer-
   > Additional CSS.
 *     ```
       .navbar.hestia_left .navbar-nav {
           display: none;
       }
       ```
   
 * Let us know if you have any more questions.
 *  Thread Starter [jasminossman](https://wordpress.org/support/users/jasminossman/)
 * (@jasminossman)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14052717)
 * Hello [@danamv](https://wordpress.org/support/users/danamv/) ,
 * thank you for your response. I added this code to the additional CSS, but it 
   didn’t work.
    Do you know why it’s not working? Or do ypu have another solution?
   Please help me.
 * Thank you in advance!
 *  [danamv](https://wordpress.org/support/users/danamv/)
 * (@danamv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14084680)
 * Hi [@jasminossman](https://wordpress.org/support/users/jasminossman/),
 * We do not usually provide custom coding, but we will consider it this time.
    
   Please try adding the following into Customizer -> Additional CSS:
 *     ```
       .navbar-nav {
           display: none !important;
       }
       ```
   
 * Let us know if this worked.

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

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

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

## Tags

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

 * 10 replies
 * 3 participants
 * Last reply from: [danamv](https://wordpress.org/support/users/danamv/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/remove-menu-completely/#post-14084680)
 * Status: resolved