Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #433391

    Hello

    I thought I’d managed to overcome this, but it seems not.

    On the homepage of the site, under the ‘our work’ section, when you hover the images they circle still comes up. Yet further up the page, on the ‘what we do section’, there’s nothing.

    Can you let me know what I have missed please?

    Thanks

    #433396

    Hi 110percent!

    You have following code in your custom CSS

    .avia_transform a .image-overlay {
      transition: none !important;
    }

    Please remove it

    Regards,
    Yigit

    #433408

    Thanks, but that’s not seemed to have worked. The ‘what we do’ section now has an effect when you move away from hovering those images?!

    #433941

    Hey!

    Please use this to remove the image overlay:

    span.image-overlay {
      display: none !important;
    }

    Regards,
    Ismael

    #433972

    Great, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image overlay on hover’ is closed to new replies.