Hi,
Try this in Custom CSS.
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count{ display: none; }
if that didn’t work, try this
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count{ display: none !important; }
Let me know, what you got.
Thanks,
laranz.