HOW CAN I HIDE THE SKU ONLY FROM THE PRODUCT PAGE?
-
Dear friends, I wish you could answer each question in order:
1st I want to hide only the SKU and the labels of the product page and that only the category and share buttons appear.
How would this be?
2nd I want to hide the SKU, the categories and the labels of the product page and make the share buttons appear after the tabs, how would this be?
Thank you
Hello,
To hide categories and SKU from the product page please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .product_meta .posted_in {
display: none;
}
.product_meta .sku_wrapper {
display: none !important;
}
And it is not possible to add the social icons after the tabs.
For the labels please provide a relevant screenshot with the URL of the page to check it myself and help you out accordingly.
Regard’s.
Xtemos Studios.
You are welcome! If you have any questions please feel free to contact us.
Best Regards