In the attribute settings, the SKU should not be shown. But he shows. Most likely, this is displayed directly in the theme template. How to remove it? Thanks!
Magento 1.9.1.1
You can do it by editing the template file. Try adding this line to your custom.css file:
.product .sku { display: none !important; }