Rollover Zoom – Ken Burns
-
I am using the following option https://woodmart.xtemos.com/shop/?opt=hover_summary
I would like to remove the zoom effect into the second image when you roll over.
can you please provide a css fix for this?
thanks
Hello,
It is not possible to remove zoon on the second image. We can remove zoom completely with custom CSS.
Best Regards
SO, you are saying that it is not possible to remove the 2nd image (rollover) transition on the product?
This would seem odd, as this rollover zoom effect transition would have to have been added in the code to implement in the 1st place. It is not a standard rollover effect.
Can you confirm?
Or, supply any CSS you feel may be appropriate.
thanks
Hello,
Sorry, I misunderstood your purpose.
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .product-element-top:hover .hover-img {
-webkit-transform: none;
transform: none;
}
Best Regards