Changing 'Sub-Forums & Topics' in to sub-forum title / Fonts
Posted by
1j1 on
Jul 29, 2013; 10:04pm
URL: https://support.nabble.com/Changing-Sub-Forums-Topics-in-to-sub-forum-title-Fonts-tp7585632.html
How can I instead of "Sub-Categories/Forums & Topics" put there the category/sub-forum title & in the way that it would be of the same font as it was for categories on the main page?

I know the sub-forum title (with description) can be showed above the whole table, but I would like it to be in that grey bar to maintain same style of the main page across all categories & sub-forums.
With Firebug it says:
<a href="http://1j1.2328899.n4.nabble.com/abc-f10.html" class="second-font category-link">abc</a>
So maybe I should put that line instead of "Sub-Forums & Topics":
<td class="nowrap" style="font-weight: bold; border: none;">
Sub-Forums & Topics
<span class="weak-color" style="font-size: 80%; margin-right: 1.7em;">(3)</span>
</td>
But then that means I would manually need to add the correct link of every sub-forum in there?
And in what macro I should change it?