New Landing How can we help? Themeforest Theme Support Neighborhood Remove "zoom in" effect of portfolio thumbnail

Viewing 6 posts - 1 through 6 (of 6 total)
  • #77264
    holic-bolan
    Member
    Post count: 4

    Hi
    How can I Remove “zoom in” effect of portfolio thumbnail ?

    thanks for the answer !

    #77435
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put this code and update options

    .portfolio-items:not(.single-column) > li figure:hover img{
    -moz-transform: scale(1);
    	-webkit-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    }
    
    

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #80041
    cristiancontini
    Member
    Post count: 12

    Hi fantastic it’ what i need!
    and please if i would like to remove the zoom effect from the blog post too, with is the code?
    Like this
    http://barbaramilano.it/news/
    thank you very much
    cristian

    #80043
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put this css code.

    .recent-post figure:hover img {
    	-moz-transform: scale(1);
    	-webkit-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
    }

    Thanks

    #80181
    cristiancontini
    Member
    Post count: 12

    THANK YOU!!!

    #80219
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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