Jump to content

Want to remove animation from blogs only

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 8
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
On 6/29/2024 at 7:07 AM, Zenta said:

On blog details posts. So far I have only two posts and want to remove animation from them 

Try this code to Website Tools > Custom CSS

/* blog posts animation */
.blog-alternating-side-by-side-wrapper * {
    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
  • Solution
2 hours ago, Zenta said:

Yes, it is there. Screenshot for reference

image.png

Try this new code

/* blog posts animation */
.blog-alternating-side-by-side-wrapper *, .blog-item-wrapper * {
    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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.