Home › Forums › Basel support forum › External feature images › Reply To: External feature images
November 28, 2017 at 7:26 am
#25913
Artem Temos
Keymaster
Hello,
Thank you for choosing our theme and contacting us.
Try to add the following code snippet to the functions.php file in the child theme to fix it
remove_action( 'woocommerce_before_shop_loop_item_title', 'basel_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
Kind Regards
XTemos Studio