Comments Daniel Kayode Obembe started the conversationJanuary 11, 2024 at 11:06amI would like to make the header background color white instead of been transparent.tried all means, can't find a way to do that?I need help 1,973Support repliedJanuary 11, 2024 at 3:44pmHello Daniel,you can try the following in customizer -> additional CSSheader { background-color: rgba(255,255,255) !important;}or with opacityheader { background-color: rgba(255,255,255, 0.5) !important;}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyDaniel Kayode Obembe repliedJanuary 17, 2024 at 3:18pmThank you very much for the reply,Just one more thing: how can I have this effect work only when scrolling? 1,973Support repliedJanuary 17, 2024 at 5:29pmHello Daniel,I'm not sure how we can do that otjher than custom work ( querying the current scrolling position? possible solution)Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
I would like to make the header background color white instead of been transparent.
tried all means, can't find a way to do that?
I need help
Hello Daniel,
you can try the following in customizer -> additional CSS
header {
background-color: rgba(255,255,255) !important;
}
or with opacity
header {
background-color: rgba(255,255,255, 0.5) !important;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you very much for the reply,
Just one more thing: how can I have this effect work only when scrolling?
Hello Daniel,
I'm not sure how we can do that otjher than custom work ( querying the current scrolling position? possible solution)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy