Increasing Font Size

Phoca Download - download manager
segunoloye
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 27 May 2021, 18:27

Increasing Font Size

Post by segunoloye »

Hi,

Please how do I increase the font sizes of the categories, sub-categories, the most downloaded files and the categories' file names? Here are the links to the screenshots:

1. https://segunoloye.tinytake.com/tt/NTQ0 ... NzAxMTc4OA
2. https://segunoloye.tinytake.com/tt/NTQ0 ... NzAxMTc5NA

Thank you,
Segun.

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

Re: Increasing Font Size

Post by christine »

Hi Segun,

first of all: we can't examine screenshots :-)
But I found your URL.

a) the font-size are in your template (template.css):

Code: Select all

body {
    color: rgb(98, 98, 98);
    line-height: 150%;
    font-size: 0.8em;
}
you could change above font-size, That's all. Or:

b) If you only want to change in Phoca Download (the size is of your choice)
Example, to put in your custom.css:

Code: Select all

.pd-title {
 font-size: 1.3em !important;
}
.pd-subcategory {
font-size: 1.2em !important;  
}
.pd-no-subcat {
font-size: 1.2em;  
}

.pd-document16 {
 font-size: 1.2em; 
}

#phoca-dl-category-box .pd-filebox {
padding: 13px;  
}
Kind regards
Christine
segunoloye
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 27 May 2021, 18:27

Re: Increasing Font Size

Post by segunoloye »

Thank you very much Christine, I am very grateful.
christine
Phoca Hero
Phoca Hero
Posts: 2711
Joined: 28 Nov 2010, 17:20

Re: Increasing Font Size

Post by christine »

Hi Segun,

That's fine. Thanks for your feedback.

Kind regards
Christine
Post Reply