How do I go about removing the product code from my individual product pages?
This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
How do I go about removing the product code from my individual product pages?
Hello,
Add 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.
Done deal! Thanks! 😀
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall
The issue related to '‘Remove Product Code’' has been successfully resolved, and the topic is now closed for further responses