New Landing How can we help? Themeforest Theme Support Uplift Add button on top of image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #294044
    alelordelo
    Member
    Post count: 155

    How can I:

    Remove animation on this image?
    https://gyazo.com/522e217f601e1e69565a91488d73e0f2

    Add a button on top of it?

    This is my URL:
    http://tstudio.io

    #294189
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS to remove the animation:

    .standard-browser figure.animated-overlay:hover img {
        transform: none!important;
    }
    figure.animated-overlay figcaption {
        display: none!important;
    }

    To add a button above the imagem use the Page Builder and combine it with our Button shortcode generator:

    #294191
    alelordelo
    Member
    Post count: 155

    thanks!

    the “zoom” effect is still on. how can I also disable it?

    About the bottom, is it possible to add on top of the image (not bellow pr above)?

    #294258
    alelordelo
    Member
    Post count: 155

    Hey guys, any news? : )

    #294265
    David Martin – Support
    Moderator
    Post count: 20834

    PLEASE NOTE: Adding an extra reply to your topic, as per our support policy, will take it back in the queue and take us longer to reply to you. Please refrain for doing this. If you need to add extra info, then please edit your last reply.

    #294270
    David Martin – Support
    Moderator
    Post count: 20834

    To remove the image zoom, please add:

    figure.animated-overlay:hover img {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
    #295032
    alelordelo
    Member
    Post count: 155

    awesome, worked! thanks

    #295200
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to help!

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 the following item
Login and Registration Log in · Register