Stop featured image zoom

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Nov 11, 2015 3:59 pm
Hi

How do you stop the featured image from enlarging when hovering over the image?

Thanks
User avatar
Junior Boarder

GK User
Thu Nov 12, 2015 11:52 am
Hi,

Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin:

Code: Select all
article figure.featured-image:hover img {
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
   opacity: 1;
}
User avatar
Moderator

GK User
Thu Nov 12, 2015 2:46 pm
Thanks
I have added the code to overide css but nothing has happened the image is still enlarging?
User avatar
Junior Boarder

GK User
Fri Nov 13, 2015 9:05 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Nov 13, 2015 2:37 pm
It's working now so not to worry, the changes didn't happen strait away for some reason

Thanks for the help Piotr :-)
User avatar
Junior Boarder


cron