Home › Forums › Jevelin Theme › Woocommerce categories element – hide products
Home › Forums › Jevelin Theme › Woocommerce categories element – hide products
Hi there,
The woocommerce product categories plugin on my homepage displays how many products are in each category. I don’t want it to do that and only want to show the product name. Is there a way to hide the number?
See screenshots attached.
Thank you!
Solution for this topic
Hi Nerina,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-woocommerce-categories span.sh-woocommerce-categories-count { display: none; }
Best regards,
Shufflehound team
Thank you!
You are most welcome here 🙂