Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options -> paste the below css in custom css box and save –

    .enigma_blog_thumb_wrapper_showcase img {
        -webkit-transition: none;
        -moz-transition: all .45s ease-in;
        -o-transition: all .45s ease-in;
        transition: none;
    }
    .enigma_blog_thumb_wrapper_showcase:hover img {
        -webkit-transform: none;
        -moz-transform: scale(1.9) rotate(15deg);
        -ms-transform: scale(1.9) rotate(15deg);
    }

    Thanks.

    Thread Starter karinbeviere

    (@karinbeviere)

    Wonderful. It worked!

    Many thanks.

    Your Welcome,

    Let us know for further query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image movement’ is closed to new replies.