How to hide Categories & Sub Categories from WooCommerce Product page?
-
How to hide Categories & Sub Categories from WooCommerce Product page? Keeping the SKU there … At the moment, with the woodmart setting, the two can only be displayed or removed together.
Is there a solution to this?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .product_meta > span.posted_in {
display:none;
}
Best Regards
Are you super. Hide from product page. Quick view is still there. Can you remove it from there?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.popup-quick-view .entry-summary .product_meta > span.posted_in {
display:none;
}
Best Regards
Super, it works, thank you! 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to hide Categories & Sub Categories from WooCommerce Product page?’ is closed to new replies.