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 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioDaniel 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? 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio