Log in

View Full Version : How do I change font size for thread subject titles?


mmurtha
12-12-2008, 02:48 AM
Hi,

I am trying to change the font size for the thread titles.

I did try to change the post title in this line in the postbit temp:

<if condition="$post['title']"><strong>$post[title]</strong></if>

But it changed the post title that is in the actual post box.

Can someone please tell me how to do it?

Hope I posted this in the correct place this time. Apologies if I did not!

Thanks ...

Mary

vithorius
11-19-2013, 02:26 PM
This is OLD (2008) but I have the same question...

How do I change the thread subject title when reading a thread? (v.3.8)

Thank you!

ShawneyJ
11-24-2013, 12:03 PM
your post is not related

I am trying to change the font size for the thread titles.

anyways, vithorius , just double click next to thread title.

kmplex
12-03-2013, 03:34 AM
<if condition="$post['title']"><SPAN STYLE="color: green; font-size: 10pt">$post[title]</span></if>

Not sure if that would work, but it might?