I do not want the fade and overlay to show up on certain images…How do I turn off the fade/overlay for only the specific images that I want off?
Hey miketran!
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 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