Quote:
Originally Posted by KPalicz
How do I adjust the font size?
Specifically at download page home, it lists the number of files for each category. I'd like to increase the font size of that number if at all possible. Any ideas?
|
You need to edit the
downloads_main_catbit template for this
In that template you need to search for:
HTML Code:
<span class="smallfont">{$cat['files']}</span>
And replace it with:
HTML Code:
{$cat['files']}