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

    Hi,

    I was given the appropriate CSS code snippet for removing the animated arrow upon image mouse-over. Now I’d like to disable the fade out effect also. Can you provide the appropriate code to accomplish this?

    Thanks,
    BD –

    #281333

    Hi bdaily!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #281455
    This reply has been marked as private.
    #281467

    Hey!

    Please add following code to Quick CSS as well

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none!important;
    }

    Best regards,
    Yigit

    #287552

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable Fade Out Image Effect upon mouse -over’ is closed to new replies.