I was able to remove the Hover Overlay for images on the site using the custom css:
.avia_transform a:hover .image-overlay {
opacity: 0.0 !important;
}
Now I need to remove the same overlay when using a Gallery and I can’t seem to find the correct item to use.
Hey Jody,
Please try this in Quick CSS:
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
Best regards,
Rikard
Thank you Rikard. That helps.
Not sure if my client wants the transition from one image to the next to have the white out effect. I am checking with them and let you know.