The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I was wondering if the color of the border/divider bar above the signature can be changed. If so, how/where?
example signature is below... I would like the line above it to be a different color. Thanks
|
|
#2
|
||||
|
||||
|
Just put these span tags around it in the postbit(_legacy) template(s):
Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
<span style="color:green">__________________</span><br />
$post[signature]
</div>
<!-- / sig -->
</if>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|