New Landing How can we help? Themeforest Theme Support Neighborhood Blog Thumbnails Img Zoom

Viewing 6 posts - 1 through 6 (of 6 total)
  • #140269
    Luiggi
    Member
    Post count: 14

    Hi!!

    I´ve disabled the overlay effect in the Blog thumbnails but…
    Is it possible to disable the zoom effect too ?

    Thanks a lot!

    #140286
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sure, add this to your custom css:

    .recent-post figure:hover img {
      transform: none;
    }

    – Kyle

    #140328
    Luiggi
    Member
    Post count: 14

    Sorry,

    But it still is making the zoom effect 🙁

    #140331
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try:

    .recent-post figure:hover img {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
    }

    – Kyle

    #140334
    Luiggi
    Member
    Post count: 14

    Awesome!!!!

    😀

    #140337
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

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