Hello,
I was wondering if there was any way to have the Transparency slide in when scrolling instead of fading in.
Thanks!
Hey Pappasdg!
Your talking about the header where your logo sits? I don’t see an easy way of doing that unfortunately. You’ll want to hire a freelancer to help you out with this customization.
Regards,
Elliott
Hey Elliot,
I am basically trying to have the Header is invisible and appears once the users scrolls down effect but I don’t want the header to be invisible at the start.
Thanks,
Hi!
In that case you can use this CSS.
#header { display: none; }
.header-scrolled { display: block !important; }
#main { padding-top: 0px !important; }
Regards,
Elliott