Tagged: enfold, image hover, transparency
Hey again guys,
1 more thing for the night.
How do I:
remove the image hover transparency effect
remove the image hover icon background color
remove the image hover rotation effect
Thanks in advance
Also – how do I add an icon/image overlay to the image BEFORE hover?
Hey!
Try adding this code to the Quick CSS:
.image-overlay.overlay-type-extern {
display: none !important;
}
Cheers!
Josue
This worked for me when you add to quick css (had to restart my browser, even after clearing cache).
.image-overlay.overlay-type-extern {
display: none !important;
}
.image-overlay-inside {
display: none !important;
}