Hi
In an older version of Enfold, in the hover state of an image the image would lightly enlarge. But I noticed now that both the image and the text overlay BOTH enlarge. Is there a way of stopping the text from enlarging but the image would still enlarge or zoom?
Many Thanks
Regards
Colin
Hey Colin,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
-webkit-transform: scale(1);
transform: scale(1);
}
.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
Best regards,
Nikko
Hi Nikko
Ah yes that is perfect. Thank you.
Regards
Colin
Hi Colin,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria