Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Disable Fade Out Image Effect upon mouse -over’ is closed to new replies.
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!