I know I can change the color of the linked image overlay effect, but can I make the overlay just appear harshly rather than slowly fading in? I would prefer it if the effect was immediate.
Thanks for your time,
Daniel
Hi Daniel
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform a .image-overlay {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
Best regards,
Yigit
You rock, thank you!