Quote:
Originally Posted by trotskid
Hi. The title of groups appears in normal style but I would like to show it with bold text like the titles for forums on forumhome. Where can I modify that?
Thanks
|
In the template
forumhome_cel_social_groups_groupbit, find:
HTML Code:
<a href="group.php?$session[sessionurl]groupid=$cel_groups[groupid]" style="$cel_sgfh_css">$cel_groups[name]</a>
Replace with:
HTML Code:
<a href="group.php?$session[sessionurl]groupid=$cel_groups[groupid]"><strong>$cel_groups[name]</strong></a>