Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m modifying the Band.it site pack for my website, and I wanted to change the header color. I was able to do this just fine for the full-size header, but when the header shrinks as you scroll down, it reverts to the original black. How do I change the color for the small-size header?
Thanks!
Hi Joseph,
This different header color is being set by CSS. Please navigate to WP AdminAppearanceCustom CSS and adjust the color in the following CSS:
#masthead.site-header.layout-default.sticky-menu.floating { background: #000000; }Excellent. Thank you!