I want to remove SKU from the product page. I tried solutions from other discussions on shopify but they are not working.
Like this
- Go to Online Store->Theme->Edit code
- Asset->theme.scss.liquid->paste below code in the bottom of the file
p.product-sku {
display: none!important;
}