Home › Forums › WoodMart support forum › shop featured image › Reply To: shop featured image
June 28, 2021 at 6:07 am
#302958
Eric Watson
Participant
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