Home › Forums › WoodMart support forum › problen with product preview › Reply To: problen with product preview
April 27, 2021 at 10:16 am
#287137
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to add this code to the functions.php of the child theme:
add_action( 'init', function() {
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
}, 1100 );
Best Regards