Hi i want to remove SKU / Product code from my single product side. And i still want to keep it in backend.
I tried adding this CSS Code to my Global CSS in Custom CSS Page in Theme Options:
.single-product .product_meta .sku_wrapper {
display: none;
}
But it doesnt work.. Any Ideas?
EDIT:
I tried adding
.sku_wrapper{
display: none !important;
}
to Extra CSS in customize tab
And it worked.