'Woocommerce stopped Display secondary image on hover after moving title on top of image in archive page
I followed this post to move my Woocommerce Product title on top of the image inside the Shop page. I used this hook:
remove_action('woocommerce_before_shop_loop_item_title','woocommerce_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 11 );
Now WooCommerce stopped Display secondary image on hover.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
