New Landing How can we help? Cardinal Disable picture hover effect on blog main page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #127329
    jonas
    Member
    Post count: 92

    Hi Swift Team,

    how can I disable the hover effect of the picture on the main blog page?

    Thanks
    Jonas

    #127338
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

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

    – Kyle

    #127520
    jonas
    Member
    Post count: 92

    Hi Kyle,

    thanks for the CSS! How about disabling the zoom effect?

    Jonas

    #127531
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

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

    – Kyle

    #127542
    jonas
    Member
    Post count: 92

    That worked perfectly!

    Thanks again…

    Jonas

    #127543
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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