Header drop shadow disappearing
Add to Setings / Custom Code / CSS/LESS
/*making the drop shadow stay on the header*/
.uk-navbar-sticky:not(.uk-navbar-transparent) {
box-shadow: 1px 1px 20px 0 #000;
}
- Hits: 6
Add to Setings / Custom Code / CSS/LESS
/*making the drop shadow stay on the header*/
.uk-navbar-sticky:not(.uk-navbar-transparent) {
box-shadow: 1px 1px 20px 0 #000;
}