how to change [message #35802] |
Sat, 10 February 2007 03:43 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
littleking
![United States United States](/forum/images/flags/us.png) Messages: 187 Registered: January 2007
Karma: 2
|
Senior Member |
|
|
the color of the signature text... i cannot seem to find it anywhere
|
|
|
Re: how to change [message #35828 is a reply to message #35802] |
Wed, 14 February 2007 23:15 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
drawmsg.tmpl and drawpmsg.tmpl template files are the ones you need to edit.
FUDforum Core Developer
|
|
|
|
Re: how to change [message #35985 is a reply to message #35968] |
Tue, 27 February 2007 00:22 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
you need to adjust the forum.css.tmpl
FUDforum Core Developer
|
|
|
|
Re: how to change [message #36007 is a reply to message #35994] |
Wed, 28 February 2007 01:07 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Open drawmsg.tmpl and look for <hr class="sig" />
the {VAR: obj->sig} bit should be wrapped into a span and then the styles can be applied to that span.
FUDforum Core Developer
|
|
|