fatBuzz
3/2/2018 - 3:30 PM

WooCommerce | Remove 'Read More' button

Add the below snipper to fucntions.php to remove the 'Readd More' button from the WooCommerce loop.

//* Remove WooCommerce Add to Cart/Read More button
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );