Login  Register

Re: Changing 'Sub-Forums & Topics' in to sub-forum title / Fonts

Posted by 1j1 on Jul 31, 2013; 9:13pm
URL: https://support.nabble.com/Changing-Sub-Forums-Topics-in-to-sub-forum-title-Fonts-tp7585632p7585684.html

Greg, that Lobster is in examples of Google web fonts in Change Appearance > Fonts. But thanks for the notice! I changed to Courier New for easy tests then.



Changing font in CSS there changes it all over the page while I want it to be changed only for Subcategory or Sub-forum titles (111111 in grey header bar).

<override_macro name="subcategories_column" parameters="title,width">
    <n.table_column>
        <head>
            <td class="[n.column_default_border/] subcategories-column nowrap" style="[n.width_style.width/]" colspan="2">
                <n.page_node.subject/>
            </td>
        </head>
        <body>

etc etc etc

I think I would need that "<n.page_node.subject/>" to be in some
<font face=Courier New></font>
 but that way doesn't work there.