Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1103162

    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!

    #1103557

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.