Okay
  Public Ticket #2170572
Menu Icon
Closed

Comments

  • aannddrreeww started the conversation

    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-

  •  8,992
    Tahir replied

    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 

  • aannddrreeww replied

    http://www.knowapp.io/

    I just want to hide the menu icon. Should be simple right?

    Thank you.

  • aannddrreeww replied

    Do you have an update on this for me?

  •  8,992
    Tahir replied

    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;
    }

    Thanks


    ThemeNectar Support Team