Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #879325

    Hi

    How do you remove the animation on the photo gallery?

    Thanks.

    #879777

    Hey ginnywills,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

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