Change Post Count & Number Of Threads Text Size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • funfone
    Member
    • Jun 2003
    • 49

    Change Post Count & Number Of Threads Text Size

    I am trying to change the actual numerical figures for Post Count & Thread Count text size shown on forum home, does anyone know where to do this.


    Thanks
    Panic & Anxiety Forums
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    open the template

    forumhome_forumbit_level2_post

    and find this code:

    <td class="alt1">$forum[threadcount]</td>
    <td class="alt2">$forum[replycount]</td>

    and change it to this:

    <td class="alt1"><span class="normalfont">$forum[threadcount]</span></td>
    <td class="alt2"><span class="normalfont">$forum[replycount]</span></td>

    This will set the font to normal sized font.

    You can also use class="smallfont" to get a smaller font.

    Or define your own class.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...