• Hi there,

    How do I remove the zoom from the home page post thumnails? A white border appears around the images and it doesn’t look good.

    Thanks so much!

Viewing 1 replies (of 1 total)
  • put this in your custom CSS

    .homepage-article img:hover{
     transform: scale(1.0);
     -webkit-transform: scale(1.0);
     -moz-transform: scale(1.0);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Zoom From Post Thumbnails’ is closed to new replies.