This topic has 4 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
I would like a CSS solution to hide the SKU:(in this case teat) in all single product pages. Looking forward to assistance.
Hello,
Please add this code in custom.css file:
.product-code {display: none !important;}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hi.
i tried this, but it still show the SKU on product page. Any idea why?
Hello @Rubien,
Please use this code in custom.css file:
.single-product-page .product-info .sku_wrapper {
display: none;
}
How to create custom.css you can watch in this tutorial
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up