This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hi, the woocommerce-result-count is not updating when using infinite scroll.
Is it possible to get this working if not how to i remove it in css.
Hello,
Could you, please, provide me screenshot of woocommerce-result-count that you are talking about for the better understanding.
Regards
Hi,
See image https://drive.google.com/open?id=0BxLuS1FkCYIndnhYVlFXNjZ3WkE
Thats me displaying all of the product. 31
Hello,
We’ll try to fix it in theme update. Now you can just hide that counter. Add the code in Custom CSS or in child theme style.css
.after-shop-loop .woocommerce-result-count {
font-size: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up