New Landing How can we help? Cardinal Remove Single Image animation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Cardinal
  • #94904
    ClaytonRobb
    Member
    Post count: 2

    How do you remove the overlay and image animation on a single image?

    #94976
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can remove the animation in the image settings, for the overlay, add this to your custom css:

    .animated-overlay figcaption {
      display:none;
    }

    – Kyle

    #94977
    ClaytonRobb
    Member
    Post count: 2

    Kyle –

    Thanks for your response, the animation I was eluding to is the animation on the hover. Currently when I hover over an image it enlarges a bit with some easing. I was hoping to turn that off…

    #94978
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you could provide your link I will help you remove this with some custom css

    – Kyle

    #94980
    ClaytonRobb
    Member
    Post count: 2

    I’m developing locally, so I will have to wait until its in a live environment to send you a link.

    #95019
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sure – let us know!

    – Ed

    #95095
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Could you try adding this to your custom css:

    figure.animated-overlay:hover > img {
      transform: none;
    }

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register