I am trying to remove product images for a mix and match product. The typical functions are note working for me. Is the theme using other functions to add the images?
functions tried
remove_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20 );
remove_action( ‘woocommerce_product_thumbnails’, ‘woocommerce_show_product_thumbnails’, 20 );