Viewing 1 replies (of 1 total)
  • Hello

    Jeremy dePrisco

    if you want to remove animation from this page you can use given code in custom css

    .enigma_blog_thumb_wrapper_showcase:hover img {
        -webkit-transform: scale(1) rotate(0deg) !important;
        -moz-transform: scale(1) rotate(0deg) !important;
        -ms-transform: scale(1) rotate(0deg) !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Reduce featured image obnoxiousness’ is closed to new replies.