Hi, I have set my header to be black, but the trouble is when you scroll to the top of the page, or when the page loads, it flashes white for a second. How can i stop this?
This is the code I have used:
#header-6 .is-sticky .sticky-header {
background: #000!important;
}
.sticky-header-resized {
background: #000!important;
}
.header-6 #main-nav {
background: #000!important;
}
#header-section .is-sticky sticky-header {
background: #000!important;
}
#header-section.header-6 .is-sticky #header.sticky-header {
background: #000!important;
}
nav .menu > li.menu-item > a, #menubar-controls a, nav.search-nav .menu>li>a {
color: #FFFFFF;
}