New Landing How can we help? Cardinal Image Hover State Reversal

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #176153
    SFmarketing
    Member
    Post count: 11

    The standard Cardinal image hover state is a color overlay and caption. I would like to do the opposite, the color overlay and caption are the resting state and then the hover reveals the image. Is there a simple way to do this?

    I have it working right now, I just can’t get the caption to go away on the hover

    #176188
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide a link to a page where you have this so we can check what we can do?
    Didn’t see it in the link provided.

    -Rui

    #176522
    SFmarketing
    Member
    Post count: 11
    This reply has been marked as private.
    #176545
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    figure.animated-overlay:hover figcaption .thumb-info {
      display: none;
    }

    – Kyle

    #176554
    SFmarketing
    Member
    Post count: 11

    Worked like a charm! Thank you!

    #176555
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #176562
    SFmarketing
    Member
    Post count: 11

    One more thing, is there a way to make the fade transition on the text ease out a little more smoothly? like I have the background doing?

    Thanks!

    #176751
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Remove the previous css I gave you and use this instead:

    figure.animated-overlay:hover figcaption .thumb-info {
      opacity: 0;
      transition: all 0.4s ease 0s;
    }

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 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