Greetings. We are using a transparent header (glass) on our homepage. Is it possible to have the header remain transparent when scrolling down in sticky header mode rather than switch to black (the default color based on our color scheme selection)? Is there a sticky header background setting somewhere I am missing? Thanks for your help!
Hey AirstreamCoach!
Please do use the following
header#header.av_header_transparency {
background-color: rgba(255,255,255,0.7);
}
and let us know if it works as you need.
Best regards,
Basilis
Hello interested in this as well, though the code you provided does not work.
The transparency should remain when you try to scroll. Currently it is white with a bit of opacity.
Hey!
Please refer to this post – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605
Best regards,
Yigit
Thanks, i just checked that post didnt help me though in my case.
I am using the transparent header option, with sticky header only.
Hi @george,
Could you provide us with a link to the site in question so that we can take a closer look please? Please start a new thread next time.
Thanks,
Rikard
Added them to private content
Hey!
We are unable to login to the backend with regular wordpress backend login URL it is giving a 404 error is there a customized login URL?
please provide a working login URL so we can further troubleshoot and resolve this.
Best regards,
Vinay
Yes sorry, adding this now in private
Hey!
Are you trying to keep the header transparent on scroll? Please add this code in the Quick CSS field:
.header_color .header_bg {
background: transparent;
}
Regards,
Ismael
Excellent!! thank you very much!