I need to remove the file counter before entering the folder

Phoca Download - download manager
lucas-chaves
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 30 Nov 2017, 17:41

I need to remove the file counter before entering the folder

Post by lucas-chaves »

I need to remove that number two that appears before entering the site folder, but I can not find where I do it, could anyone help me?

http://prntscr.com/hhbhh7

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: I need to remove the file counter before entering the folder

Post by christine »

Hi,
Display Number of Files (Categories View) (Yes | No) Display or hide number of files (Categories View)
Display Number of Files (Categories View - Header) (Yes | No) Display or hide number of files (Categories View - Header)
etc. see here please: https://www.phoca.cz/documents/17-phoca ... e-joomla-3
Kind regards, Christine
lucas-chaves
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 30 Nov 2017, 17:41

Re: I need to remove the file counter before entering the folder

Post by lucas-chaves »

christine wrote: 30 Nov 2017, 18:08 Hi,
Display Number of Files (Categories View) (Yes | No) Display or hide number of files (Categories View)
Display Number of Files (Categories View - Header) (Yes | No) Display or hide number of files (Categories View - Header)
etc. see here please: https://www.phoca.cz/documents/17-phoca ... e-joomla-3
Kind regards, Christine
I tried this but the display remains the same
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: I need to remove the file counter before entering the folder

Post by christine »

OK, than for category: Put following code at the end of your template.css and/or user.css ...

Code: Select all

.pd-subcategory small {
display:none; 
}
Kind regards, Christine
lucas-chaves
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 30 Nov 2017, 17:41

Re: I need to remove the file counter before entering the folder

Post by lucas-chaves »

christine wrote: 30 Nov 2017, 18:25 OK, than for category: Put following code at the end of your template.css and/or user.css ...

Code: Select all

.pd-subcategory small {
display:none; 
}
Kind regards, Christine
It worked perfectly now! thank you!
Post Reply