For now, we did not provide customizer option for changing header background color, on next update we will add this option too on our theme, please use following css on customize > additional css copy and paste below CSS and published it, if it does not work let me know
@media (min-width: 992px){
#header.header-scrolled {
background: rgba(6, 6, 6, 0.99);
transition: all 0.5s;
}
}
.nav-menu a {
color: #ffffff;
}
#header #logo h1 a, #header #logo h1 a:hover {
color: #fff;
}
#logo p {
padding: 0;
margin: 0 0px 0px 12px;
color: #fff;
}
-
This reply was modified 4 years, 12 months ago by
arjun.