Re: Make fonts larger
- Posted on:
- Author: Michael Gilkes
Support Home Page › Forums › Joomla Software › Easy Folder Listing Module › Make fonts larger › Re: Make fonts larger
December 21, 2011 at 2:40 pm
#1369
Keymaster
@vry6. Thanks for your question. You should be able to change the font size easily using css. you can add the css in your template.css file:
|
1 2 3 4 |
.easyfolderlisting<br /> {<br /> font-size: 12pt; /* use whatever size you want here */<br /> } |
The next release will have better support for css class modification.