Hi,
I like the hover effect (faded image) and the round circle wiht an arrow on images on my site, BUT on one particular image I would like NOT to get the hover effect and the arrow.
Q: Is it possible to remove the hover effect and arrow, on only one image – It is okay, if I have to apply it for all images on that one page.
BR Lise.
Hey Bjørn!
You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .image-overlay { display: none !important; }
Cheers!
Yigit
Thank you. It works.