How can i change the colour in the header when i scroll down he is black
in template glamour
#sp-header-wrapper.menu-fixed #header {
background: #ea768b !important;
}
#sp-header-wrapper.menu-fixed #header {
background: #ea768b !important;
}
Hi,
Do you want to change this color?
https://prnt.sc/t1zg49
Then you have to use this custom css
#sp-header-wrapper.menu-fixed #header {
background: #ea768b !important;
}
Add this css code inside the custom.css file.
Note: Path towards custom CSS:
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
In Extensions>Template> Template Options > Custom Code > Custom CSS please add this
Thanks