How to remove the filecount in the categories view.
The categories contain subcategories with files, but in view they showing 0.
People will be confused showing the 0.


Code: Select all
#phoca-dl-category-box.pd-subcategory table tr td .small,
#phoca-dl-category-box.pd-subcategory
#phoca-dl-categories-detail .dl-cats-name.small .small{
display:none;
}