Okay
  Public Ticket #322926
box shadow / border with transparent header
Closed

Comments

  • Jonathan started the conversation

    Not sure why neither of the following are removing the thin white bar below transparent header:

    body #header-outer[data-transparent-header="true"].transparent { border: none !important; }

    #header-outer {
    box-shadow: none!Important
    border: none!Important;
    }

    Any clues?

    This is for dev3.contentguard.com/v2

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body #header-outer[data-transparent-header="true"].transparent {
        border: none !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Jonathan replied

    Awesome. Thanks