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?!