Page 1 of 1

Increasing Font Size

Posted: 27 May 2021, 18:38
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.

Re: Increasing Font Size

Posted: 27 May 2021, 23:36
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

Re: Increasing Font Size

Posted: 28 May 2021, 13:23
by segunoloye
Thank you very much Christine, I am very grateful.

Re: Increasing Font Size

Posted: 28 May 2021, 13:49
by christine
Hi Segun,

That's fine. Thanks for your feedback.

Kind regards
Christine