Re: Changing 'Sub-Forums & Topics' in to sub-forum title
Posted by
Pedro on
Jul 31, 2013; 4:38pm
URL: https://support.nabble.com/Changing-Sub-Forums-Topics-in-to-sub-forum-title-Fonts-tp7585632p7585674.html
Search for "Subcategories" at Macro search -> "Macro source contains". You may find the correct macro to change.
In order to change only the title font at the header rows, you can do something similar to this in your css:
div#nabble.nabble table.main tbody tr.category-row td.medium-border-color:first-child {
font-size: 30px;
}This is only an example, you should use font-family.