Right now on my site the header is transparent, but after scrolling down it switches to a white background. I’d like it to be a black background. I looked up how to change the background of the header and used this CSS:
@media(max-width: 979px){
.x-navbar, .x-navbar .sub-menu {
background-color: black !important;
}
}
I placed this in the CSS section under theme options (not on the page itself). It seemed to work when viewing the page on mobile, but not on desktop. I have cleared the cache too.
Thanks for your help,
Chris