This topic has 6 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
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 );
Hello,
We overwrite some WooCommerce files, so these actions may not work. Do you want to hide the featured image from the catalog and single product? Provide us with WP Dashboard and FTP access to your site to check and help you.
Regards
yes I want to hide an image for a specific product on the single product page.
I am currently hiding the image with css but that is not ideal.
Hello,
What about FTP access?
Regards
.
Hello,
Contact your hosting provider to get FTP host, FTP username and FTP pass.
Regards
You must be logged in to reply to this topic.Log in/Sign up