Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #604870

    I’ve looked at the answers to this question and still can’t get the animation that swoops the images up into place to turn off. I added code and it seemed to work for a bit, then stopped. Does it matter if I add css in APPEARANCE–> EDITOR as opposed to QUICK CODE CSS area??

    #604912

    Hey KK!

    The only animation option available is in the advance layout builder edit options.

    We recommend adding custom CSS in quick css unless you are using a child theme you can add it in Appearance > Editor > style.css.

    If you have any questions please feel free to contact us.

    Regards,
    Vinay

    #604928

    I am using a child theme.
    I don’t understand about the animation. I cannot see your graphic or know what it pertains to.
    I am looking to just not have the initial animation on page load- for the whole page not just an element.

    #605683

    Hi!

    Add this in the Quick CSS field in order to disable portfolio grid animation:

    .js_active .grid-image {
        opacity: 1;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.