Expired
Is there a way to remove the Category and Category name on the single product page. Thanks in advance.
Hello,
Please go to Customizing ▸ General ▸ Custom Codes ▸ Custom Css, and add this code:
.cl-product-info .product_meta > span.posted_in { display: none; }
Best regards!
Thanks. It worked.
You must be logged in to reply to this topic.