Increase text size of file title, pdf thumnail size.

Phoca Download - download manager
hiro
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 12 Dec 2015, 13:26

Increase text size of file title, pdf thumnail size.

Post by hiro »

Hi
I bees search for this topic more than 30 pages and given up.

How can I increase size of file title and PDF thumnail on download page. It's actually too small and hard to read.
Would be very appreciate if some can help me.

Thanks!
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Increase text size of file title, pdf thumnail size.

Post by christine »

Hi hiro,

to increase the title could be this:

Code: Select all

h3.pd-ctitle {
font-size:1em;  
}
Which Joomla version & PD version are you running?

Without any link to your URL, how should we know :wink:
It depends also, which template etc.

Kind regards, Christine
hiro
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 12 Dec 2015, 13:26

Re: Increase text size of file title, pdf thumnail size.

Post by hiro »

Hi Christine

Thanks for your advice.
My Joomla version is 3.4.5. PD is 3.1.0.

My URL: http://rubbercrumb.com.au
Teplate: probusiness (jlvextension.com)

Kind regards,
Hiro
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Increase text size of file title, pdf thumnail size.

Post by christine »

Hi hiro,

which title? either or - idea:

the first one:

Code: Select all

.pd-title {
font-size:1.3em;  }
the second:

Code: Select all

.pd-float {
    font-size: 1.3em;}
You have: background-image: http://rubbercrumb.com.au/media/com_pho ... on-pdf.png

in: media/com_phocadownload/images/mime/ exist: 16/32/48/64/icon-pdg.png

maybe you can select here: https://www.phoca.cz/documents/17-phoca- ... e-joomla-3
Theme Settings > File Icon Size

Kind regards, Christine
Post Reply