Since installing 4.8.1 the line under the Navbar (border-bottom) has re-appeared when I previously asked for it to be hidden (which you supplied successful customs CSS to hide).
Can you please advise on how to get that skinny white line hidden again?
The custom CSS currently reads: body #header-outer[data-transparent-header="true"].transparent {
Hi,
Since installing 4.8.1 the line under the Navbar (border-bottom) has re-appeared when I previously asked for it to be hidden (which you supplied successful customs CSS to hide).
Can you please advise on how to get that skinny white line hidden again?
The custom CSS currently reads:
body #header-outer[data-transparent-header="true"].transparent {
background-color: transparent!important;
box-shadow: none!important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
border-bottom: 0px solid rgba(255,255,255,0.25)!important;
}
Thank you,
nevermind, i've done it. i see you have now added what i want as an option in the 'Header' tab.