Okay
  Print

Remove thin bottom border on transparent header

Add this into the Custom CSS box located in your Salient Options panel :

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