This topic has 2 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Rose Tyler
How would I remove the words “Category” and “Read More” from the category buttons on the product categories page?
Hello,
Please add this code in Theme Options > Custom CSS:
.post-type-archive-product .categories-mask span {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up