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 –
Hi bdaily!
Please add following code to Quick CSS
.image-overlay { display: none !important; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
.image-overlay-inside, .image-overlay.overlay-type-extern {
display: none!important;
}
Best regards,
Yigit
Thanks!