Woocommerce product hover effects
-
I added the ability to bring in a gallery image on hover over using the a function
add_action( ‘woocommerce_shop_loop_item’, ‘change_image_on_hover’, 10 );
as suggested here
SO linkThis works well but with a big fade in down and out up.
These effects also take place on hover well outside the product image boundary.I would appreciate some assistance to override the default animation effects
animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both;
I can provide site login creds and also system status report.
Many thanks for any help or suggestions.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Woocommerce product hover effects’ is closed to new replies.