Hide product count on category
-
Hello! I have disabled “Hide product count on category” (https://imgur.com/a/xYfFMuA) and on desktop it works, but on mobile product count is still showing – https://imgur.com/a/hwiVJ4i
Hello,
The “Hide product count on category” option hides the counter quantity of products, that are related to the appropriate category.
Before: https://monosnap.com/file/lIR3twigSwcy5qPz9CuMubzzrAjrJW
After: https://monosnap.com/file/WZ1jpPSbbKANOlhbA0SQihU5vsalnD
Therefore, your screenshot is not clear to me (https://imgur.com/a/hwiVJ4i) because there are no any product categories except just products.
Could you please describe and attach some screenshots of what you want to hide? So I can do my best to help you.
I await your response.
Kind Regards
“Showing 1-12 of 16 results” in the upper right
Weird, when I disabled that option, this “Showing x results” text disappeared from desktop
Hello,
The below code will help you to hide the “results” filed, enter it into the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.
.archive .woocommerce-result-count {
display: none !important;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
It did not work.
I will leave admin access below
Hello,
You have the cache for the mobile devices therefore you don’t see the changes, so try to clear the cache or disable this functionality in the settings of the “WP Rocket”.
https://gyazo.com/10de4bdd89a597729ec3fd8b7e414466
I’d be happy to assist if you have any other questions or concerns.
Kind Regards
Thank you! Do you know if I can just delete the cache from mobile devices, without disabling that option? It looks like the usual “delete cache” button doesn’t work for mobile
Hello,
You should try to clear the cache via the WP Rocket -> Settings -> Dashboard tab and press the Clear cache button.
https://gyazo.com/7bfd841b98d60e3625516f6bef4a71c1
Kind Regards