remove effect on Product display

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Sat Apr 30, 2016 3:41 pm
Hi Team,

How to remove Effect when you hover the products o home page?
User avatar
Senior Boarder

Joshua M
Sun May 01, 2016 9:52 pm
Hi,

Try to 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
.gk-nsp-art .gk-nsp-image:hover {
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.