nicole1994 Posted February 18 Share Posted February 18 (edited) I have the below code added to my site and while it is working to remove the logo on scroll the transition is harsh. Is there a way to make it smoother? Perhaps to shrink or fade out? I would also like the logo to disappear once you hit the second black section. Is this possible? Thank you! /* Change logo on scroll */ .shrink .header-title-logo img { visibility: hidden; transition: fade 0.3s; } Edited February 18 by nicole1994 Link to comment
tuanphan Posted February 21 Share Posted February 21 Add this code under header#header img { transition: all 0.3s; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment