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

    Hello Support,

    For this site, baja-movie.com, there is a masonry gallery towards the bottom of the page (single page site).

    We’d like to remove the “swell/grow” mouseover effect, targeting just this masonry gallery instance if possible.

    It seems to me that the effect is happening via javascript – i can’t find a CSS reference.

    Can you help me remove the effect from just this gallery? (Only one live at the moment.)

    Sincerely,
    Greg

    #990143

    Hey Greg,

    Thank you for using Enfold.

    Use this css code to remove the transform effect.

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

    Enable the custom css class attribute if you want to apply that modification to that specific masonry element.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

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