Hello,
Currently there is a white opacity overlay when you mouseover on the images on gallery
please see this link
how do i remove it ?
thanks
Ok i got it
add this code to your css to remove the white overlay
pointer-events: none;
make sure it is targeting the right element
for my case above, it is this class
.avia-gallery-thumb {
pointer-events: none;
}
Hey!
That will make your thumbnails unclickable. Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay ” and disable it :)
Regards,
Yigit
Hey Jon,
On the example link you provided us I do not see any image overlay.
If you still need help with it please refer to this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/
Best regards,
Vinay