cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the display SKU in the description.

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Remove the display SKU in the description.

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

magento.png

1 REPLY 1

Re: Remove the display SKU in the description.

You can do it by editing the template file. Try adding this line to your custom.css file:

.product .sku { display: none !important; }