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 Michael GilkesKeymaster @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: .easyfolderlisting<br /> {<br /> font-size: 12pt; /* use whatever size you want here */<br /> } 1234 .easyfolderlisting<br />{<br />font-size: 12pt; /* use whatever size you want here */<br />} The next release will have better support for css class modification.