Tagged: gallery
Hello. I can’t get the overlay to go away. Found the following in the docs, but I can’t get it to work.
.image-overlay {
visibility: hidden;
}
Figured it out. There might be a better way, but this works.
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}