WellDunnCreative Posted March 10, 2023 Share Posted March 10, 2023 (edited) Hi! First time posting on the forum so my apologies if this is in the wrong spot. The issue I'm having is the grid of featured images for my portfolio doesn't actually appear until I scroll down. I'm assuming this is due to the site-wide animation (which I don't want to stop using). So I'm wondering if anyone knows of a fix or a custom code I can inject to disable the animations on just this page, or just the actual grid element (so my logo still animates)? I no absolutely nothing about code injection so if someone does have a code, do I just delete everything in that page's <head>? https://welldunncreative.com/work Thanks in advance! Edited March 10, 2023 by WellDunnCreative Forgot to include URL Link to comment
tuanphan Posted March 10, 2023 Share Posted March 10, 2023 Try adding to Design > Custom CSS body#collection-631f7858a938872e08bc151e * { 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
Larfin Posted July 2 Share Posted July 2 I have same problem with one of my portfolios. The second appears straight away. I did the code injet but no change until I scroll down (quite a long way) Link to comment
tuanphan Posted July 3 Share Posted July 3 21 hours ago, Larfin said: I have same problem with one of my portfolios. The second appears straight away. I did the code injet but no change until I scroll down (quite a long way) That code contains ID so it won't work on other sites. You can share link to portfolio page on your site, we can adjust code easier. 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