https://prnt.sc/GILBkf8-44th
How can I remove sku and su. See screen shot.
What is SU?
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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.