How can I remove overlay for one particular image with a link? I don’t want to turn it off for all images. Suppose the css class for the image is “nooverlay”
Hi blankonblank!
Please 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 unique 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; }
Best regards,
Yigit
got it. thanks,.