Hi, I would like to disable the hover effect on images – http://screencast.com/t/KE4Ug1161fKi. How can I do that?
Thanks.
Hey DROR!
Thank you for using Enfold.
Use this on Quick CSS:
.avia_transform a .image-overlay {
display: none !important;
}
Regards,
Ismael
Thanks. Is there a way to just remove the fade effect that is happening on the entire image and leave the arrow that’s popping up?