Remove "Show number of files (Category view - Title)"

Phoca Download - download manager
ExplosionDAR
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 25 Feb 2019, 05:59

Remove "Show number of files (Category view - Title)"

Post by ExplosionDAR »

Hello guys! How can I turn off option "Show number of files (Category view - Title)"? When change this parameter on "Yes" or "No" - nothing to happening.

P.S. Sorry for bad English.

P.P.S. Problem on this page:
https://kdc.yanao.ru/protivodejstvie-koruptsii
I need to remove number of files on folders.
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Remove "Show number of files (Category view - Title)"

Post by christine »

Hi,

Add following Code into your own template.css:

Code: Select all

.pd-subcategory small {
display:none; 
}
Kind regards
Christine
ExplosionDAR
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 25 Feb 2019, 05:59

Re: Remove "Show number of files (Category view - Title)"

Post by ExplosionDAR »

Hello Christine. I put in this code into my template.css, but nothing changes.
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Remove "Show number of files (Category view - Title)"

Post by christine »

Hi,

it works, as you can see temporary:

Image

"template.css" (as example) or other, belongs to your Framework. I can see many (!) .less CSS, but no template.css or custom.css etc. So, I can't know, which CSS you are using generally (compiling to less?), when changing/adding codes/segments into your template CSS.

Try it (also) here: /media/com_phocadownload/css/custom/default.css

Kind regards
Christine
Post Reply