adzrozanski Posted March 15, 2023 Share Posted March 15, 2023 (edited) Hi there I am moving my site over to 7.1 and hoping to turn off some of the flex animations on my "Work" page when I hover over the portfolio feature images. Specifically, I would like to use Custom CSS to turn off the scale in / zoom in of the feature image and turn off the slide up of the text overlay. Visually they oppose each other's motion so I would prefer to keep these clean and static. The fade on of the blue overlay is fine as is. For reference, my current site which I prefer the hover motion of these blocks is www.adamrozanski.com Password to the WIP site is "test" Thanks! Edited March 15, 2023 by adzrozanski Link to comment
tuanphan Posted March 18, 2023 Share Posted March 18, 2023 Try adding this to Design > Custom CSS /* animation */ .index-list.clearfix * { transition: none !important; } adzrozanski 1 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
adzrozanski Posted March 18, 2023 Author Share Posted March 18, 2023 5 hours ago, tuanphan said: Try adding this to Design > Custom CSS /* animation */ .index-list.clearfix * { transition: none !important; } Thank you! I ended up turning animations off altogether so I could manually control each. tuanphan 1 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