Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #621137

    Hey guys,

    I tried adding the quick CSS I saw in other support threads but it didn’t work.

    How can I remove the testimonial animation completely that’s on the avatars on my homepage here: http://goo.gl/7GhHCi

    Thanks!
    Ali

    #622357

    Hey Ali!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_transform .avia-testimonial .avia-testimonial-image {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image {
        -webkit-animation: none;
        animation: none;
    }

    Best regards,
    Yigit

    #622700

    Worked great. Thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove testimonials image animation’ is closed to new replies.