Tagged: header, transparent
Hi everyone,
I’m using the transparent header, but when I scroll, the background of the header does not stay transparent. I’d like to be able to keep the header transparent on scroll. How do I achieve this, and can I do it ONLY for the homepage?
Is this possible?
Thanks,
Jordan
* Designing a site on my local machine.
Hi Jordan!
May we have a link to your website so we can provide you with the appropriate css?
Best regards,
Dake
I am building it locally. It’s not online yet.
Hey!
In that case, may we have a screenshot of both menu states (scrolled and unscrolled)?
Cheers!
Dake
I’d love to supply screenshots, but there’s no option here to attach them. How do I do that?
Cheers!
Jordan
Hi!
You can upload your screenshots to free image hosting services like imgur, dropbox etc.
Then link directly to them in your post.
Regards,
Dake
I’ve shared a dropbox link to screenshots in the private section. You’ll see the transparent header, then the same page is scrolled down and the header is white. I’d like it to remain transparent. And if it’s possible to do this ONLY on the homepage, that would be great. The other pages I’d like normal theme operation. Thanks so much!
Cheers!
J
Hey!
Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605
And then add following code to Quick CSS in Enfold theme options
#header.header-scrolled { background-color: white; }
.home #header.header-scrolled { background-color: transparent; }
Make sure to activate shrinking header in Enfold theme options > Header > Header Behaviour
Regards,
Yigit