Support Home Page › Forums › Joomla Software › Easy Folder Listing Module › How to change font color of table heading › Re: How to change font color of table heading November 25, 2014 at 1:18 pm #2084 Michael GilkesKeymaster @sujie. You can change it via CSS. Something like this should work: table.easyfolderlisting th {<br /> color: #ffffff;<br /> } 123 table.easyfolderlisting th {<br />color: #ffffff;<br />} Place this CSS block in any CSS file, even your template, if you want.