Hi,
Please remove the class .ajax-search-wrap from code provided by Ed:
Current Code-
#header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header, .ajax-search-wrap {
background: transparent!important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
Updated code –
#header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header {
background: transparent!important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
Thanks π
With Best Regards
Swift Ideas