This topic has 2 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
I made a variable product and I got the SKU field. How can I disable it?
http://prntscr.com/239vkyj
In products without variation, it is not.
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-product .sku_wrapper {
display: none;
}
Regards
Tagged: best selling themes, e-commerce, product card, remove sku, sku field, woocommerce
You must be logged in to reply to this topic.Log in/Sign up