/*Remove the thin bottom border on a transparent header in Salient theme*/
Add this into the Custom CSS box located in your Salient Options panel :
body #header-outer[data-transparent-header=”true”].transparent {
border: none !important;
}
/*Remove the thin bottom border on a transparent header in Salient theme*/
Add this into the Custom CSS box located in your Salient Options panel :
body #header-outer[data-transparent-header=”true”].transparent {
border: none !important;
}