PDA

View Full Version : How to change the thread number font


trickfly
01-16-2009, 10:27 AM
How do i change the font of the thread number count on the index page.

My forum is here :

http://www.symbiangalaxy.org/

I don't want to edit any other font, just the thread number count.

Thanks,

Dismounted
01-16-2009, 11:32 AM
You can edit the template forumhome_forumbit_level2_post.

trickfly
01-16-2009, 02:49 PM
And then do what ?

Lynne
01-16-2009, 03:31 PM
And then do what ?
Add your style to the td tag:
<td class="alt1" style="whatever">$forum[threadcount]</td>

trickfly
01-16-2009, 04:12 PM
So for do i replace whatever with a number like 10px ?

--------------- Added 1232130722 at 1232130722 ---------------

thanks got it