Page 1 of 1

Remove/undisplay title AND filename

Posted: 27 Jan 2012, 10:22
by ksfotos
Hi there!
Is it possible to display the fileicon ONLY and to remove filename AND title?
Thankx a lot!

Kai

Image

Re: Remove/undisplay title AND filename

Posted: 28 Jan 2012, 02:16
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!)

Re: Remove/undisplay title AND filename

Posted: 28 Jan 2012, 10:35
by ksfotos
Thx for the hint! But the custum.css is nearly empty...
Is it possible to change it in layout?

Re: Remove/undisplay title AND filename

Posted: 28 Jan 2012, 22:17
by SonRiab
It is not possible, sorry! You have to add the css rule or you need to modify PDs core files!