ninahans Posted March 9 Share Posted March 9 (edited) I have animation on for the entire site (https://www.alisonpdx.com/), but I'd like to turn animation off for just the header (I don't like how it looks with just the banner image loading first by itself). I tried this code, but didn't work- #collection-65dad8a15c45be5c47f45754* { transform: unset !important; transition: unset !important; transition-delay: unset !important; } Help?! Edited March 9 by ninahans Link to comment
tuanphan Posted March 13 Share Posted March 13 Use this code header#header *:not(.top-bun):not(.patty):not(.bottom-bun) { transform: unset !important; transition: unset !important; transition-delay: unset !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment