Hi,
in the options, i can set, that the count of subcategories will be displayed or not.
If i am inside a category, i can see the list of Subcategories and next to it, the count of files inside this category.
But for that i did not find where to set, that no count will b shown.
What to do - oder where to find this?
Thanks a lot
Best
Frank
No count of files inside
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: No count of files inside
Hi Frank,
try with this (to your custom.css)
Kind regards
Christine
try with this (to your custom.css)
Code: Select all
.pd-subcategory small {
display:none;
}
Christine