• Is there a way to remove the effect on the featured image? When I hover it does a zoom in thing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi,

    try to add, from the option panel into the custom css section, this code:

    .wp-post-image:hover {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    }

    Best regards

    Alex

    hi!
    I’m interested in the same thing: removing the zoom.
    Not sure about where I should add this piece of code…
    thanks for the help !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the Featured image effect’ is closed to new replies.