Zoom in (product list) storefront

May 2014 WordPress Theme
GK User
Fri Oct 24, 2014 12:52 pm
Hello, u told me to remove the Magic Zoom in the gk.script js file but thats not that zoom..

its the zoom in the products list.. when you mouseover the product it zooms in.

http://www.marcosleite.net/spirit/?post_type=product

Mouseover the product, I wanna remove this zoom in.
User avatar
Senior Boarder

GK User
Fri Oct 24, 2014 1:52 pm
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)

Code: Select all
.archive.woocommerce ul.products li.product > a > img:hover {
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -ms-transform: scale(1.0);
   -o-transform: scale(1.0);
   transform: scale(1.0);
}


And if your issue is connected with the StoreFront theme, please create the thread in Storefront WP section: https://www.gavick.com/forums/storefront-wp.html
User avatar
Moderator


cron