How to disable blog list image magnifier?

Home Forums Jevelin Theme How to disable blog list image magnifier?

Home Forums Jevelin Theme How to disable blog list image magnifier?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • hertzden
    Participant

    I am not able to found any option in theme settings. Please guide.

    Shufflehound
    Moderator

    Hi there,

     

    Can you please tell us if Unyson plugin is installed/activated?

     

    Best regards,

    Shufflehound team

    hertzden
    Participant

    Yes it is installed and activated.

    Shufflehound
    Moderator

    Oh, looks like you will need to use custom CSS code.

     

    You can try this little snippet bellow:

    .post-meta-thumb:hover img,
    .blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
        -webkit-transform: none!important;
        transform: none!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)