Close

How to disable category-item-count

Bendict
6 years ago
#14391 Quote
Avatar
  • 1
On this website http://mimideparis.dk/ I'm using the Uptown theme and i can't find anywhere to DISABLE caterogy item count as you can see under nyheder it says 79 items under Jakker it says 24 items etc.

Can someone please point me in the right direction ?
anton_ivanov
6 years ago
#14393 Quote
Avatar
  • Moderator
  • 277
Hello,

There is no way to disable the category item count. However, you can hide it with CSS.
You can do that by putting the following code in the Custom Head Styles setting in Administration -> Nop-Templates -> Themes -> Uptown -> Settings:

.home-page-category-grid .category-item-count {
    display: none!important;
}

Hope that helps!
Regards,
Anton Ivanov
Nop-Templates.com