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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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.
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 ...
PunBB Forums → PunBB 1.2 troubleshooting → Post Reply Font Color
Powered by PunBB, supported by Informer Technologies, Inc.