New Landing How can we help? Cardinal Can't work out how to stop hover over on images

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Cardinal
  • #193754
    bongobong
    Member
    Post count: 184

    Hi there,
    What’s the css to turn off the hover over (see attached)
    I’ve tried everything.

    Attachments:
    You must be logged in to view attached files.
    #193761
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    try this one

    .bright-design figure.animated-overlay:hover > img, .bright-design figure.animated-overlay:hover .multi-masonry-img-wrap > img {
     -webkit-filter: none;
     -moz-filter: mone;
     filter: none;
    }

    -Rui

    #193804
    bongobong
    Member
    Post count: 184

    Weird. It’s not working for me.
    I changed the “mone” (typo) to none too.
    But it’s still not working. Weird. Any ideas.

    #193811
    bongobong
    Member
    Post count: 184

    I sorted it. I went thermonuclear and added a bunch of CSS. I bet half of this is pointless but here is what I added. I got sick of nothing working.

    .bright-design figure.animated-overlay:hover,
    .bright-design figure.animated-overlay:hover > img,
    .bright-design figure.animated-overlay:hover .multi-masonry-img-wrap > img,
    .bright-design figure.animated-overlay.overlay-alt:hover,
    .bright-design figure.animated-overlay.overlay-alt:hover .figcaption-wrap {
    -webkit-filter: none !important;
    -moz-filter: none !important;
    filter: none !important;
    border-width: 0px !important;
    border: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    }

    #193906
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you managed to resolve the issue.
    Thanks
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register