放在addtional css:
/**
* @author Donald
* @community https://www.wmghz.com/about.html
*/
/*hide product link and product image link in cart page*/
.woocommerce-cart .cart_item .product-name a,
.woocommerce-cart .cart_item .product-thumbnail a {
pointer-events: none;
color: inherit;
}
.woocommerce-cart .cart_item .product-thumbnail a img {
pointer-events: none;
}