How to remove SKU from my product page?

Hi @pixietrixie

You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.product__sku { display: none !important; }