Page 1 of 1

[solved] disable display of filecount behind subcategories

Posted: 06 Jan 2012, 13:32
by Chrisx909
Hi,
I have Phoca Download v2.1.4 and Joomla 1.7.3. installed. I just started modifing the layout for Phoca Download, but I'n stuck in one modification:
Behind each subcategory (!) appears in brackets the number of the existing files in ths subcategory. I want to disable this feature, so I disabled in the control panel:
- show number of files (categories view) and
- show number of files (categories view - headsection)
(analogous translation!)

I looked in all the .css-files for such "pd-subcategory" entries, but I didn't find anything. Here's a picture of my "problem":
In den ganzen .css-Dateien habe ich auch schon rumgeschnüffelt, aber nichts gefunden. So schaut das Problem aus:
Image

Greetings from Germany,
Chris

Re: disable appearance of file count behind subcategories

Posted: 06 Jan 2012, 16:35
by SonRiab
Easiest way: Add a new css rule to hide them! Add this to your css file:

Code: Select all

#phoca-dl-category-box div.pd-subcategory small { display: none }

Re: disable appearance of file count behind subcategories

Posted: 06 Jan 2012, 16:42
by Chrisx909
SonRiab, thank you very much for your help!

Regards,
Chris