Home › Forums › WoodMart support forum › EU Energielabel auf Kategorie-Seite › Reply To: EU Energielabel auf Kategorie-Seite
November 30, 2020 at 8:59 am
#246010
Elise Noromit
Member
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