Topic: Post Reply Font Color

Can someone please tell me how to change the font color for: POST REPLY, POST NEW TOPIC, SUBSCRIBE TO TOPIC.

Thanks.

2

Re: Post Reply Font Color

It's in viewtopic.php, line 138 :

<a href="post.php?tid='.$id.'">'.$lang_topic['Post reply'].'</a>

just change it to

<a style="color: #FF0000" href="post.php?tid='.$id.'">'.$lang_topic['Post reply'].'</a>

if you want it red

Make the same to line 145

You can also put an image  and no text, like this

$post_link = '<a href="post.php?tid='.$id.'"><img src="../gfx/post_ans.png" alt="answer" /></a>';

if your image is in ../gfx/

"subscribe to topic" is far below, check for a line beginning by         $subscraction ...