brittanylawton Posted February 28, 2023 Share Posted February 28, 2023 Hi friends! I'm trying to remove animation from one of my client sites, LMBdevelopmentconsulting.com (pwrd: laurie), and even though I have toggled sitewide animations to None, some elements still have animation. There isn't an option to edit these on a block/section level, so I'm not sure how to remove these. Has anyone delt with something like this before? Thanks in advance for your help!! Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 Hi, Which element still have animation? 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
brittanylawton Posted March 20, 2023 Author Share Posted March 20, 2023 Hi! The buttons, the newsletter block on the home page, the footer items all have a slide-up animation still. Link to comment
tuanphan Posted March 24, 2023 Share Posted March 24, 2023 On 3/20/2023 at 8:53 PM, brittanylawton said: Hi! The buttons, the newsletter block on the home page, the footer items all have a slide-up animation still. Try adding this to Design > Custom CSS /* Disable animation */ footer.sections *, div.button-block *, div.newsletter-block * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: 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