Page 1 of 1
Remove "Show number of files (Category view - Title)"
Posted: 25 Feb 2019, 06:00
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.
Re: Remove "Show number of files (Category view - Title)"
Posted: 25 Feb 2019, 12:02
by christine
Hi,
Add following Code into your own template.css:
Code: Select all
.pd-subcategory small {
display:none;
}
Kind regards
Christine
Re: Remove "Show number of files (Category view - Title)"
Posted: 04 Mar 2019, 07:41
by ExplosionDAR
Hello Christine. I put in this code into my template.css, but nothing changes.
Re: Remove "Show number of files (Category view - Title)"
Posted: 04 Mar 2019, 12:56
by christine
Hi,
it works, as you can see temporary:
"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