I put following code to hide meta on single product page.
.single-product .product_meta {
display: none;
}
But I want to show only SKU. I don’t need categories and tags.
How can I do it?
This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago ago by east_ikebukuro
I put following code to hide meta on single product page.
.single-product .product_meta {
display: none;
}
But I want to show only SKU. I don’t need categories and tags.
How can I do it?
Hello,
Please provide URL of your product page via the Private Content area.
Regards
thanks. please take a look.
Hello,
Change this code http://prntscr.com/100zeov to
.single-product .product_meta .products-page-cats,
.single-product .product_meta .tagged_as {
display: none;
}
Regards
It worked. thanks.
The issue related to '‘I want to show SKU on product page’' has been successfully resolved, and the topic is now closed for further responses