Open the file 'buildgallery.php' v2.1.1 (the latest version) in a plain text editor and add the following entries at the appropriate lines.
After line 37, add:
$svOptions['titleFontSize'] = '22';
After line 252, add:
$this->svOptions['titleFontSize'] = max(0, $newSettings['titleFontSize']);
After line 1566, add:
<tr id="titlefontsizeentry">
<td class="label"><label for="titlefontsize">Title font size, px</label></td><td><input type="text" id="titlefontsize" tabindex="1" class="text" name="titleFontSize" value="{$attributes['titleFontSize']}" /></td>
</tr>
Steven Speirs
SimpleViewer Support Team