Reply 351581 to: How do I remove the sku and su on cart page

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
March 29, 2023 at 05:56

Hello @padel,

If you would like to remove the SKU from the cart page, you can use the Custom CSS code provided below. Please copy and paste the code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and clear your browser cache to view the changes.

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents thead tr th.product-sku {
    display: none !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-sku {
    display: none !important;
}

The result should look like this: https://postimg.cc/4YSB3BH1

Please confirm if you would still like to remove the SU, as it is the Subtotal so that we can provide you with the necessary Custom CSS.

Best Regards,
8Theme’s 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.