kaitlinkb20 Posted May 23, 2022 Share Posted May 23, 2022 Site URL: https://jaclyncdesign.squarespace.com/ Hello! I'd like the logo in my header navigation to appear only after I start scrolling down the page. Preferably right after the other logo image disappears. Can someone help me accomplish this? https://jaclyncdesign.squarespace.com/ Password: Help2022 Link to comment
tuanphan Posted May 24, 2022 Share Posted May 24, 2022 Add to Design > Custom CSS header#header img { opacity: 0; transition: all 0.3s ease; } header#header.shrink img { opacity: 1; transition: all 0.3s ease; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
kaitlinkb20 Posted May 24, 2022 Author Share Posted May 24, 2022 11 hours ago, tuanphan said: Add to Design > Custom CSS header#header img { opacity: 0; transition: all 0.3s ease; } header#header.shrink img { opacity: 1; transition: all 0.3s ease; } This worked perfectly. Thank you for always being so helpful! tuanphan 1 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