This topic has 2 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Rose Tyler
How do I remove the SKU field from the cart?
Do you have any settings for this?
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
Tagged: best selling, cart, persuasive, remove, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up