Hi, is it possible to deactivate animation when I put mouse over the photo. I mean this http://i11.pixs.ru/storage/7/4/7/2015040912_4675143_16863747.jpg
The photo should open using lightbox, but when I bring the mouse to the photo – animation must be disable.
This is very annoying if you constantly is on the website.
Hi,
from enfold documentation: (http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/)
.image-overlay {
visibility: hidden;
}
Test if that works for you ;-)
Cool! It works! Thx
Hi!
Glad @ajay_atv could help! Let us know if you have any other questions or issues :)
@ajay_atv Thanks for your help : )
There is a dot missing in front of the code, for future readers, please use following code
.image-overlay {
visibility: hidden;
}
Cheers!
Yigit