2
Open the file templates/linkload.html in a text editor
Add the following at the top:
<style type="text/css">
style>
In the above you can set the fontsize and fontcolor to whatever you like.
Then find this line:
<td align="left"><a href="<{$xoops_url}>/modules/<{$link.module_dir}>/visit.php?cid=<{$link.cid}>&lid=<{$link.id}>" target="_blank"><{$link.title}>a> <{$link.icons}>td>
and replace it with this one:
<td align="left"><a href="<{$xoops_url}>/modules/<{$link.module_dir}>/visit.php?cid=<{$link.cid}>&lid=<{$link.id}>" target="_blank" class="style1"><{$link.title}>a> <{$link.icons}>td>
Update the module and empty your templates_c folder afterwards.