I set the header to be transparent and I want it to turn to white when you scroll down, currently it is white at the beginning and turns transparent after. Can you help me switch this function?
Hi Chris,
Thanks for writing in! Could you please try adding the following CSS rules into your X -> Theme Options -> CSS area and see if that helps.
.x-navbar, {
background-color: transparent !important;
}
.x-navbar.x-navbar-fixed-top {
background-color: rgba(255,255,255,0.85) !important;
}
If you have any issues, please provide with an example URL to your site to check your issue further.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.