New Landing How can we help? Themeforest Theme Support Uplift Disable Zoom on single image (via Swift Page Builder)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #276549
    calebweeks
    Member
    Post count: 61

    Hi Swift Team,

    1. Question: Would it be possible to add a option in Theme Options > General Options > Thumbnail Options to disable the zoom on thumbnails?

    2. If not by the Theme Options, would you be willing/able to send the CSS that would disable this?

    Thanks, Swift – we are appreciating and enjoying Uplift!

    #276568
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    
    .standard-browser .products .product figure.product-transition-zoom:hover img {
      transform: none;
    }

    If there are any others please send me a link

    – Kyle

    #276577
    calebweeks
    Member
    Post count: 61

    Thanks, Kyle – I see I needed to clarify a little bit more!

    I did inspect but couldn’t figure this out for normal images (not products) – is this possible? It is just using the Image Page Builder element.

    Thanks for writing when able and sorry about not clarifying before!

    #276584
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh, add this to your custom css:

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

    – Kyle

    #276585
    calebweeks
    Member
    Post count: 61

    Perfect – thank, Kyle!

    Really appreciate your quick help!

    Thanks again 🙂

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