PDA

View Full Version : How to Remove bold in New Posts Thread Titles.


vijayninel
05-17-2010, 10:40 AM
Hi!

As you know in New Posts/Todays Posts unread thread titles are shown in bold whereas read thread tiltles are shown as normal.

How can I make even the unread thread titles show up as normal without bold ?

Thanks.

vbenhancer
05-17-2010, 10:48 AM
edit template "threadbit" and you will see on the code that you have a bold somewhere...

delete this:
<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>

vijayninel
05-17-2010, 11:58 AM
Thanks a million. :) That worked.

Looks much better now. :)