How do I remove the hover zoom on blog images?

Hello,

I'd like to remove the hover zoom from the images shown on my home page and blog page.

I've tried pasting the following in CSS based on your past answers: 
.image_frame .image_wrapper .image_links.double a.zoom { display: none !important; }
.image_frame .image_wrapper .image_links.double a.link { width: 100% !important; }

I've also tried turning off the "Zoom Image" in Blog, Portfolio and Shop > Blog. 

What am I'm missing?
Sign In or Register to comment.