Support Forums › Kampina › Additional info on the cart page › Reply To: Additional info on the cart page
Hi Imran,
There was a similar problem here.
We hide the product description use this CSS code:
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description { display: none; }
Best regards, TigriWeb Team