This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
When you list a product and set its category, the category label shows up above the product’s title. I would like to remove it but I’m not sure where the options are for that.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.product .product-details .products-page-cats {
display: none;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up