Login  Register

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

Posted by 1j1 on Sep 13, 2013; 7:57pm
URL: https://support.nabble.com/Changing-Sub-Forums-Topics-in-to-sub-forum-title-Fonts-tp7585632p7586472.html

Well, that did the trick but unfortunately it changed to "News" everywhere where it's meant to be Topics or just an app's title in the header bar, like http://1j1.2328899.n4.nabble.com/abc-f10.html.



How to make the title in the header bar of the Forum-type app (http://lake-hoohaw-boards.2328210.n4.nabble.com/PB-amp-J-Otter-f28.html) to be of the same font (Culrz MT) like it's in the Category-type app (http://lake-hoohaw-boards.2328210.n4.nabble.com/PB-amp-J-Otter-Talk-f18.html) ?
Putting something like :
 <style type="text/css">  
              table.main tr.header-row td {  
              padding: .3em .4em; 
         font-weight: bold;   
           font-size:109%;  
  font-family: 'Curlz MT';   
               border-bottom-width: 1px;   
               border-bottom-style: solid;   
       } 
          </style> 
was making the whole app's title, Replies, Last Post & Views to be of the same Curlz MT but I want it to be only app's title of that font so the thing would maintain same style across the Category & Forum apps.
Finally I tried to input something like
<td class="[n.column_default_border/] topics-column second-font"> 
                 <n.page_node.subject/> 
             </td>
 in to standard_topics_column_title - that did provide to be only app's title be of the Curlz MT font but at the same time it messed up that part of the header bar.