Okay
  Public Ticket #2985901
navi remove
Closed

Comments

  •  5
    STUDIO-BRAINUS started the conversation

    Hey, there :)

    Could you let me know how to remove navi icon?

    Best Regards,

  •  2,958
    Andrew replied

    Hi there,

    This CSS might help.

    @media only screen and (min-width: 1000px){
        #header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li.slide-out-widget-area-toggle {
            display: none;
        }
    }
    

    Thanks,

  •  5
    STUDIO-BRAINUS replied

    Thanks, but I'm really sorry but where do I have to put it?

  •  2,958
    Andrew replied

    Hey Again,

    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 can't 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