disable translate Y effect

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22928
    mobentis
    Member

    Hello, how can I disable the Y translate effect on portfolio images hover?

    Thanks

    #22934
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .portfolio.type-portfolio .image-area:hover .thumbnail {
        transform: none !important;
    }
    
    #22939
    mobentis
    Member

    thanks, it works perfectly

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘disable translate Y effect’ is closed to new replies.