zoom effects Simblicity

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Mon Nov 24, 2014 9:40 pm
In the Simplicity theme when I move the mouse over an image the image is zoomed. Can I remove this effect?
Furthermore in the categories widget when i move the mouse there is an animation. I want to remove that effect too
Thanks
User avatar
Junior Boarder

GK User
Tue Nov 25, 2014 8:23 am
Hi,

Please 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
.wc-product-overlay img:hover,
.woocommerce-main-image.zoom 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);
}
.box.menu li:hover {
   background-position: 0;
   padding: 0 0 0 30px;
}
User avatar
Moderator


cron