Hide category and tag on single product page
-
How can I remove category and tag information from the single product page?
Hello,
You can find this option in the Theme Settings > Product page > SHOW / HIDE ELEMENTS https://prnt.sc/quqqho
Best Regards
I know.
I want only hide category and tag information. Not SKU.
Hello,
Please provide the product page URL I will provide the custom CSS.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .product_meta > span.posted_in {
display:none;
}
body.single .product_meta > span.tagged_in {
display:none;
}
Best Regards
Categories have been deleted. But the tags still exist.
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code with this one:
body .product_meta > span.tagged_as {
display:none;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Hide category and tag on single product page’ is closed to new replies.