All this has been said but i'll re-iterate it...
In your ACP- Styles & Templates -> Style Manager -> Select your style -> Main CSS ->
In the Main CSS scroll to the bottom and add this to the text box.
Code:
.newthread {color:green;background-color:transparent;font-weight:bold}
In the threadbit template use this HTML:
Code:
<if condition="$show[gotonewpost]">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" class="newthread">$thread[threadtitle]</a></strong>
<else />