How not to show the total products quantity on the product page?

e.g. it shows “10 products” besides the “sort by”, however, i don’t want to show the total quantity. What should i do?

Hi @CCC75

This is David at SalesHunterThemes.
To hide that element,

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

#ProductCount,
#ProductCountDesktop {
display: none;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

1 Like