This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
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.
Hello,
Try the following code
.quick-view-popup .product-info .sku_wrapper, .single-product-page .product-info .sku_wrapper {
display: none;
}
Regards
How can I change language of top header panel?
YOUR ACCOUNT – LOGOUT
Cart -5 items and Search.
I want to use our local language(danish)
Hello,
Follow the documentation to translate theme https://www.8theme.com/demo/docs/legenda/Theme_Translation/Base_Theme_Translation.html
Regards
You must be logged in to reply to this topic.Log in/Sign up