Ahoy,
How do i turn off the image rollover for a link? Right now it goes transparent when i rollover an image. I do not want that effect.
Hey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia_image .image-overlay {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko