New Landing How can we help? Cardinal Turn off zoom effect on ALL images

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Cardinal
  • #133920
    Malaika
    Member
    Post count: 88

    Hi,

    Can you please give me the code to turn-off the zoom effect on ALL images on my website?

    Thank you!

    #134164
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please can you provide your link? I need to see what assets your using so I can see what the best way will be

    – Kyle

    #134405
    Malaika
    Member
    Post count: 88
    This reply has been marked as private.
    #134486
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

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

    – Kyle

    #134631
    Malaika
    Member
    Post count: 88

    That worked, although the arrow that overlays looks different, stretched and closed, now.

    And could you also give me the code to stop the hover text or arrow from zooming, it just needs to be there, not zoom?

    Thanks!

    #134706
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    figure.animated-overlay:hover figcaption {
    transform: none !important;
    }
    
    figure.animated-overlay:hover {
    transform: none !important;
    }

    Thanks
    Mohammad

    #134937
    Malaika
    Member
    Post count: 88

    Unfortunately Mohammed, it doesnot work. Everything stays zoomed, text and image. Please check at:

    test.mad-work.com

    #134939
    Malaika
    Member
    Post count: 88

    Sorry, it does work. I deleted the other code, but shouldn’t have. Sorry and thank you!

    #135000
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

    #166614
    Malaika
    Member
    Post count: 88

    Hello, you helped me great, however the size of the hoverlay text is too small. It is H4 (=16px), however doesnot have that size.

    How can I change the text size to a bigger size.

    See http://mad-work.com/test/work/ and click on one of the images to see what I mean…

    I am using Cardinal.

    Thank you!

    #166659
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    figcaption .thumb-info h3, figcaption .thumb-info h4, figcaption .thumb-info h5{
    font-size:20px !important;
    }

    Thanks
    Mohammad

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