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,
OssmanThe page I need help with: [log in to see the link]
-
.navbar {display:none;}
you want this ?
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 JasminIf you first make it transparant in Customizer and then Add the CSS code the menu should be invisible. Check my site https://reviewmacapps.com
-
This reply was modified 5 years, 2 months ago by
Harrij Mensinga.
How can I make it transparent?
You dont have the Pro version?
No I don’t have the Pro version. Is it possile to remove the menu without the Pro version?
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!
Hi @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.
Hello @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!
Hi @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.
-
This reply was modified 5 years, 2 months ago by
The topic ‘Remove menu completely’ is closed to new replies.
