CSS - WooCommerce - Hide SUM from categories
Hide the WooCommerce “Summary” from all the products on the category page
.woocommerce-loop-category__title mark.count { display: none; }Last updated
Was this helpful?
Hide the WooCommerce “Summary” from all the products on the category page
.woocommerce-loop-category__title mark.count { display: none; }Last updated
Was this helpful?
Was this helpful?