how to hide “SKU” at product detail page
-
hello
i didn’t input any SKU information at products detail page
but SKU still display
how can I hide it ?
Attachments:
You must be
logged in to view attached files.
Hello,
Please enter product page editing mode > Inventory > and remove the SKU. It will not be shown on a single product page. https://postimg.cc/MvsjgHM6
If you want to remove globally, navigate to Theme Settings > Single Product > Elements > In the Show Product Meta area, choose the product meta option “hide”. https://ibb.co/dgbPQtw
But if you want to remove only SKU, try to use this custom css code in Theme Settings > Custom CSS:
.single-product span.sku_wrapper {
display: none;
}
Best Regards,