Hi guys! I’m trying to change the header color on this particular page ( the homepage ) to have a light grey background. However, when I add this css:
.page-id-2 #header_main {
background: #F1F1F1 !important;
}
it is also this grey color on the sticky header when I scroll down. Is there a way to have it be this light grey color, but then on scroll, have it stay white?
THANK YOU!
Hey bobfurgo,
Try adding this CSS code as well:
.page-id-2 .header-scrolled #header_main {
background-color: white !important;
}
Best regards,
Nikko
perfect, thank you!!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon