This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #79870
     Vanessa
    Participant

    Hi there,

    How can I remove the masonry animation?
    I tried adding the style here: https://archived.seventhqueen.com/forums/topic/removing-post-animation-in-blog-element

    but it didn’t seem to work.

    thx
    Vanessa

    #79892
     Radu
    Moderator

    Hi,

    Please try this CSS it should works.

    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;
    }
    

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

    Let me know

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?