How do I remove the quantity number next to categories in browse by category?
Solved! Go to Solution.
Hello @tony_whittam,
There is another way to remove that count, Please login adminside and go to Content > Configuration and select global also check more detail in attached screenshot https://www.screencast.com/t/TIP5k5WSo
You have to add below code in Script and Style Sheets and clear cache and check it private window.
<style> #narrow-by-list2 span.count { display: none; } </style>
--
If my answer is useful, please Accept as Solution & give Kudos
Hello @tony_whittam,
Can you please provide me screenshot and URL?
--
If my answer is useful, please Accept as Solution & give Kudos
Hi
A couple of urls:
https://mrwhitewarefoh.co.uk/glassware/borgonovo.html
https://mrwhitewarefoh.co.uk/glassware.html
The 'Shop by' box in the left column displays categories with number of items in category, I would like to remove the numbers from display
Thank you for helping
Hello @tony_whittam,
Please follow below steps mentioned in screenshot to remove count beside category
https://www.screencast.com/t/73i3DyCiHc
--
If my answer is useful, please Accept as Solution & give Kudos
That setting is already in place but the numbers are still there. This did not fix the issue
Hello @tony_whittam,
You have customized theme so you have implemented this functionality so need to check code.
--
If my answer is useful, please Accept as Solution & give Kudos
Any idea where to look?
Hello @tony_whittam,
There is another way to remove that count, Please login adminside and go to Content > Configuration and select global also check more detail in attached screenshot https://www.screencast.com/t/TIP5k5WSo
You have to add below code in Script and Style Sheets and clear cache and check it private window.
<style> #narrow-by-list2 span.count { display: none; } </style>
--
If my answer is useful, please Accept as Solution & give Kudos
That did the trick!
many thanks.