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.
Increasing Font Size
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: Increasing Font Size
Hi Segun,
first of all: we can't examine screenshots![Smile :-)](./images/smilies/icon_smile.gif)
But I found your URL.
a) the font-size are in your template (template.css):
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:
Kind regards
Christine
first of all: we can't examine screenshots
![Smile :-)](./images/smilies/icon_smile.gif)
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;
}
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;
}
Christine
-
- Phoca Newbie
- Posts: 2
- Joined: 27 May 2021, 18:27
Re: Increasing Font Size
Thank you very much Christine, I am very grateful.
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: Increasing Font Size
Hi Segun,
That's fine. Thanks for your feedback.
Kind regards
Christine
That's fine. Thanks for your feedback.
Kind regards
Christine