This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Which file would i use to edit the .categories-mask to show “view” or “shop” rather than read more?
also, how would i make it just say the category title?
Hello,
You can edit themes/woopress/woocommerce/content-product_cat.php file.
Make your changes in the child theme to prevent losing them after theme update.
Also, try to add this code in Custom CSS:
.post-type-archive-product .categories-mask span {
display: none;
}
Regards,
Rose Tyler.
So this worked but only for the main parent categories not the subcategories. Any suggestions?
Hello,
Try to change previous code
.categories-mask span {
display: none !important;
}
Regards,
Rose Tyler.
Worked Perfect thank you!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Editing Category Mask’' has been successfully resolved, and the topic is now closed for further responses