Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Remove images from woocommerce archive page

Home / Forums / Virtue Theme / Remove images from woocommerce archive page

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 26, 2018 at 8:21 am

Hello,

I need to remove the product images from a woocommerce product archive page as they are all very similar.

I tried adding
remove_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 10 );
and
remove_action( ‘woocommerce_shop_loop_item_title’, ‘kt_woocommerce_template_loop_product_title’, 10 );

to the functions.php file but it did not do anything. Any suggestions?
Thank you,
Kevin

  • The forum ‘Virtue Theme’ is closed to new topics and replies.