#72466
 Radu
Moderator

Hi,

That it’s a default kleo functionality

I’ve made a little CSS hack that stops the animations

Add this CSS to your Wp-Admin -> Theme Options -> General Settings -> Quick CSS.

COPY CODE

.kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

Tell me if you want to stop animations only from homepage.

Let me know if it works.

Best Regards

Radu

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?