Hi Kriesi !
I’d like to disable the hover/icon effect on linked images, but only on the homepage.
I have read these topics but they deal with disabling the effect on the whole website :
https://kriesi.at/support/topic/how-to-disable-image-hover-and-icon/
https://kriesi.at/support/topic/how-can-i-disable-the-hover-effect-for-images/
https://kriesi.at/support/topic/enfold-theme-remove-hover-effect-on-video-and-linked-images/
Thanks !
EDIT : my website is http://www.clementader-lefilm.com/
(images are at the bottom of the page : social medais)
Hey clementader!
Thank you for using Enfold.
You can try this:
.home .image-overlay-inside, .home .image-overlay.overlay-type-extern {
display: none !important;
}
Regards,
Ismael
Hi Ismael !
Thanks for your answer. It works,except for an image (Youtube logo).
Hey!
Please add following code to Quick CSS as well
div#av_section_6 .image-overlay {
display: none!important;
}
Regards,
Yigit
Thanks Yigit, it works perfectly !!!
Best Regards,