I have the same issue, glad of any update on when this might be fixed… it looks really bad. This affects the new Edge browser too (Any Chromium based browser) Love the plugin, just this glitch needs fixing.
-
This reply was modified 5 years, 4 months ago by mossdrive.
Try this;
//Hide sub-catagory product count\\
add_filter( ‘woocommerce_subcategory_count_html’, ‘jk_hide_category_count’ );
function jk_hide_category_count() {
// No count
}
Thank you, I have done that. I will mark this as resolved.