How can I hide the menu Icon? I dont want to have a global navigation present. Just my logo at the top. I want to use the footer for menu options. Let me know if there is a way to hide the hamburger menu icon from the top.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle {
display: none !important;
}
#header-outer[data-format="centered-logo-between-menu"] #top .span_9 {
visibility: hidden !important;
}
How can I hide the menu Icon? I dont want to have a global navigation present. Just my logo at the top. I want to use the footer for menu options. Let me know if there is a way to hide the hamburger menu icon from the top.
Andrew-
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Also note that the Scroll to Anchor links wont work with the Footer.
Thanks
ThemeNectar Support Team
http://www.knowapp.io/
I just want to hide the menu icon. Should be simple right?
Thank you.
Do you have an update on this for me?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team