Okay
  Public Ticket #861833
Remove Line from header navigation
Closed

Comments

  • Enrico started the conversation

    I was wondering how you remove the line from the navigation bar if possible -

    The only solution I came too was to "Force Transparency on Navigation" on the page header settings but the issue with this is the navigation bar then has the properties of the transparent nav bar instead of the Normal/Standard Nav bar. 

    The idea is that it looks like one seamless page without any breaks which the line from the nav bar is causing 

  •  8,996
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#header-outer {
        box-shadow: none !important;
    }
    

    Bes.t


    ThemeNectar Support Team