Hi! Is it possible to turn off the animation of the circle, when hovering over an image? My client doesn’t want the circle to rotate in/animate. The circle is fine, and I have changed the arrow icon to text, but it would be good if I could just have the circle appear (when hovering over an image) without spinning, or rotating in.
Thanks!
Hey webdesign,
Please add this css code in Quick CSS, located in Enfold > General Styling:
a:hover .image-overlay .image-overlay-inside {
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
Hope it helps.
Best regards,
Nikko