Reply To: Additional info on the cart page

Support Forums Kampina Additional info on the cart page Reply To: Additional info on the cart page

#190
TigriWeb
Keymaster

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