How Do I Remove Animation From One Page Only? in Customize with code Posted November 22, 2023 On 1/4/2022 at 9:07 AM, tuanphan said: Try edit page >> Add a Code Block (anywhere) >> Paste this code >> Save & reload the site <style> .slideIn { opacity: 1 !important; transform: none !important; } .preSlide { transform: none !important; transition-property: unset !important;; } </style> If it doesn't work, pleaes share page url, we can check easier This worked for me on my portfolio! Thank you.
How Do I Remove Animation From One Page Only?
in Customize with code
Posted
This worked for me on my portfolio! Thank you.