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
I need to remove the file counter before entering the folder
-
- Phoca Newbie
- Posts: 3
- Joined: 30 Nov 2017, 17:41
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: I need to remove the file counter before entering the folder
Hi,
Kind regards, Christine
etc. see here please: https://www.phoca.cz/documents/17-phoca ... e-joomla-3Display 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)
Kind regards, Christine
-
- Phoca Newbie
- Posts: 3
- Joined: 30 Nov 2017, 17:41
Re: I need to remove the file counter before entering the folder
I tried this but the display remains the samechristine wrote: ↑30 Nov 2017, 18:08 Hi,
etc. see here please: https://www.phoca.cz/documents/17-phoca ... e-joomla-3Display 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)
Kind regards, Christine
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: I need to remove the file counter before entering the folder
OK, than for category: Put following code at the end of your template.css and/or user.css ...
Kind regards, Christine
Code: Select all
.pd-subcategory small {
display:none;
}
-
- Phoca Newbie
- Posts: 3
- Joined: 30 Nov 2017, 17:41
Re: I need to remove the file counter before entering the folder
It worked perfectly now! thank you!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 ...
Kind regards, ChristineCode: Select all
.pd-subcategory small { display:none; }