Reply 351520 to: How do I remove the SKU field from the cart?

Avatar: Rose Tyler
Rose Tyler
Support staff
March 28, 2023 at 13:14

Hello,

Thank you for contacting us and for using XStore.

Custom CSS code can be used for this. For example, add the next code in Theme Options > Theme custom CSS:

.woocommerce-cart table.cart .product-sku {
    display: none;
}

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.