• I want to use the zoom behavior, but prefer to have no background when I hover over the image. Is there a way to adjust the effect to zoom without a background?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi there,

    Sure, just use custom CSS code below to remove that background

    .evc-shortcode.evc-shortcode-has-link a:after {
        display: none;
    }

    Best regards,
    Nenad

Viewing 1 replies (of 1 total)
  • The topic ‘Image Behavior’ is closed to new replies.