cancel
Showing results for 
Search instead for 
Did you mean: 

remove quantity number next to categories in browse by category

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

remove quantity number next to categories in browse by category

How do I remove the quantity number next to categories in browse by category?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: remove quantity number next to categories in browse by category

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
2018-10-13_14-55-01.jpg
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

 

View solution in original post

8 REPLIES 8

Re: remove quantity number next to categories in browse by category

Hello @tony_whittam,

 

Can you please provide me screenshot and URL?

 

--
If my answer is useful, please Accept as Solution & give Kudos

Re: remove quantity number next to categories in browse by category

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 displayscreenshot1.jpg

 

 

Thank you for helping

Re: remove quantity number next to categories in browse by category

Hello @tony_whittam,

 

Please follow below steps mentioned in screenshot to remove count beside category 

https://www.screencast.com/t/73i3DyCiHc

2018-10-12_15-05-38.jpg

 

--
If my answer is useful, please Accept as Solution & give Kudos

 

Re: remove quantity number next to categories in browse by category

That setting is already in place but the numbers are still there. This did not fix the issue

Re: remove quantity number next to categories in browse by category

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

Re: remove quantity number next to categories in browse by category

Any idea where to look?

Re: remove quantity number next to categories in browse by category

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
2018-10-13_14-55-01.jpg
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

 

Re: remove quantity number next to categories in browse by category

That did the trick!

 

many thanks.