New Landing How can we help? Cardinal Hover over

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #239054
    kaartjeshuis
    Member
    Post count: 20

    Is it possible to drop the shadow, when hovering the button?

    Attachments:
    You must be logged in to view attached files.
    #239067
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What’s the link? You mean add a shadow or remove it?

    – Kyle

    #239069
    kaartjeshuis
    Member
    Post count: 20

    Hi, I want to remove the square hover-over shadow.
    http://kaartjeshuis.joristhys.be/kaartjes/

    #239070
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .spb_image figure.animated-overlay figcaption {
      display: none;
    }
    .bright-design figure.animated-overlay:hover > img, .bright-design figure.animated-overlay:hover .multi-masonry-img-wrap > img {
      filter: none;
    }
    .bright-design figure.animated-overlay:hover {
      box-shadow: none;
    }

    – Kyle

    #239071
    kaartjeshuis
    Member
    Post count: 20

    Works perfect!
    Thanks!

    #239072
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #239162
    kaartjeshuis
    Member
    Post count: 20

    Hi Kyle,
    is it possible to disable the hover over on this page.
    http://kaartjeshuis.joristhys.be/kaaren-op-maat

    #239166
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

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

    – Kyle

    #239170
    kaartjeshuis
    Member
    Post count: 20

    Hi,
    It should only be disabled on this page.

    #239171
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok:

    .page-id-11254 .bright-design figure.animated-overlay:hover figcaption {
      display: none;
    }

    – Kyle

    #239172
    kaartjeshuis
    Member
    Post count: 20

    Ok, found it, thanks!
    It’s not possible to disable the fading effect?

    #239177
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    There is no fading effect for me? Try clearing your cache, should be removed with the css I gave you earlier for the buttons

    – Kyle

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