Remove/undisplay title AND filename

Phoca Download - download manager
ksfotos
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Jul 2011, 16:13

Remove/undisplay title AND filename

Post by ksfotos »

Hi there!
Is it possible to display the fileicon ONLY and to remove filename AND title?
Thankx a lot!

Kai

Image
SonRiab
Phoca Professional
Phoca Professional
Posts: 258
Joined: 02 Jun 2011, 09:29
Contact:

Re: Remove/undisplay title AND filename

Post by SonRiab »

Add a css rule to your template or the Phoca Download custom.css file! Something like this should work:

Code: Select all

.pd-filename a { display: none; }
(untested!)
ksfotos
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Jul 2011, 16:13

Re: Remove/undisplay title AND filename

Post by ksfotos »

Thx for the hint! But the custum.css is nearly empty...
Is it possible to change it in layout?
SonRiab
Phoca Professional
Phoca Professional
Posts: 258
Joined: 02 Jun 2011, 09:29
Contact:

Re: Remove/undisplay title AND filename

Post by SonRiab »

It is not possible, sorry! You have to add the css rule or you need to modify PDs core files!
Post Reply