This topic has 6 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
hi,
i did not fill in sku field for product, but it shows sku:N/A on product page??
how to hide “sku: n/a” or any blank field from product page?
thank you
Hello,
Do you want to remove SKU only for products where you did not add that or for all the products?
Regards
hi olga, i only need to hide/remove sku when i did not add that, not for all product, if i add sku, i need it show up, thank you
Hello,
Unfortunately, WooCommerce does not have such option.
Regards
hi olga, then can you hide all sku no matter its blank or filled? thank you
You can use this code to hide the SKU:
.product_meta .sku_wrapper {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up