http://borstch.eu/karl-final2/galleri/
Can’t seem to disable the mouse over effect on gallery thumbnails. Tried with this code
.image-overlay:hover { display: none!important; }
.image-overlay { display: none!important; }
Any ideas?
Hi!
Add this:
.avia-gallery-thumb a:hover {
opacity: 1 !important;
}
Regards,
Josue
Thanks Josue! That solved it. Works great
You are welcome, always glad to help :)
Regards,
Josue