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

    hi there,
    I want to disable (almost or all) animations and transitions on images, except Lightbox.
    How to do this in an effective way. My customers hates all that movement and effects.
    Thanks in advance,
    Achim

    #843487

    Hey Achim,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none;
        transform: none;
    }
    

    If there are any other effects you would like to disable, please post a link to your page and point them out :)

    Best regards,
    Yigit

    #1179742
    This reply has been marked as private.
    #1179843

    Hi mm256,

    https://share.getcloudapp.com/p9u5Jzlx You can disable the effect in the image settings.

    Best regards,
    Victoria

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