NickJames
-
Posts
1 -
Joined
-
Last visited
Reputation Activity
-
NickJames got a reaction from tuanphan in How Do I Remove Animation From One Page Only?
I grabbed the "#collection" tag for my website page using developer tools in chrome and replaced it with the collection tag you had. This worked perfect for me as well. Thanks!
-
NickJames reacted to tuanphan in How Do I Remove Animation From One Page Only?
Try this new code (Design > Custom CSS)
body#collection-621780135963ec65b3fc29cc * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; }