I need an option for Product Images to move slightly on HOVER (or show image)
-
Hi
I need an option for Product Images to move slightly on HOVER on existing Product image (or show another image on hover) on Woocommerce pages. I’m not sure which option I would like to use for my client site yet.
One option, I would like something like on this website when you HOVER over the product image, you can see another image.
https://www.thepreassembly.com.au/collections/all-products
How can this be achievable in Woocommerce please ?
It is NOT relevant to the Theme but to WOocomerce functionality.ALSO I would like for another client, when hovering over a Product Image in the Main Shop products, that I can have a zoom effect where that Product Image MOVES slightly on hover…
I found this code that I can possibly use portions of it:
gt-products-hover ul.products li:hover .et_shop_image img { transform: scale(1.2) rotate(5deg); } .gt-products-hover ul.products li:hover .et_shop_image { overflow: hidden !important; }
Can I possibly use this section transform: scale(1.2) rotate(5deg); on the product images somehow ?
Thanks
Kristin
- The topic ‘I need an option for Product Images to move slightly on HOVER (or show image)’ is closed to new replies.