Disable the product count on the filters
-
Hello, I would like to disable the product count that is disabled on the filter area – see attached screenshot. Is there an option on the theme settings that does that?
Attachments:
You must be
logged in to view attached files.
Hello, imbacacuts!
If you want to disable product count from shop page sidebar categories then follow this spets. I think this will help you.
1: Appearance
2: Widgets
3: Shop page widget area / Shop filters
4: Product categories
5: Uncheck the “Show product counts”
Let me know if this helps you or send me a full-page screenshot so that I can give you a proper guidance.
Thanks,
Nafiul
Attachments:
You must be
logged in to view attached files.
Thank you for your response, the count is displayed on filters using the woodmart woocomerce layered widget. As far as i can see there is not such an option on this spesific widget – https://i.imgur.com/kbBS9m5.png In the screenshot the widget is filtering based on color
Widget description
“Shows a custom attribute in a widget which lets you narrow down the list of products when viewing product categories.”
Okay please add this CSS code to your website, And then reload the shop page. I hope it will work now. Let me know if it works.
`.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
display: none !important;
}
Thanks
.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
display: none !important;
}
Hello,
I have checked the code provided by kind Nafiul35 it works. Please add this code to the Theme Settings > Custom CSS > Global.
Best Regards.
P.S. Nafiul35, thank you for your kind help!
Thank you very much the css code worked perfectly
You are welcome! If you have any questions please feel free to contact us.
Best Regards
No problem Elise Noromit. Since we are developers so we should help other people to fix their issues.
Tace take man 🙂
Take care*
My bad spelling mistake 🙂
The topic ‘Disable the product count on the filters’ is closed to new replies.