How do i configure the background color i want for the header at the top position and another background color when scrolling down?
Hi,
We can suggest you with custom CSS code for those two scenarios. But I need direct checking to your website to know your current header setting.
Can you share a link to your website here, please?
Regards,
Kharis
aThemes Support
Hi Lenard,
Thank you for sharing the link.
First of all, ensure your menu settings in Customizer look like this:
Then try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (min-width: 768px) {
.site-content {
margin-top: 174px;
}
.site-header {
background-color: #fff000 !important;
}
.is-sticky .site-header {
background-color: #ff0000 !important;
}
}
Regards,
Kharis
aThemes Support
This works now, thanks alot!
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support