Hi
Tutatruck,
Yes, you can change that horizontal line in many ways ..
The first way is to change the
"postbit_border" variable from the
"StyleVars". But I don't recommend doing that cos it will ruin the whole postbit ..
The best way to change the line that separates the signature from the post is to edit it from the
"Style Templates" and to do that, you can follow these steps:
- First of all, sign into your Admin CP ..
- Then, go to "Styles & Templates >> Style Manager" ..
- After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
- Then, Expand the template groups and look for "postbit.css" template and edit it ..
- Once you enter the template, look for:
Code:
.signature {
padding-top: 1em;
border-top: {vb:stylevar postbit_border};
margin-top: 2em;
}
- Change the text in RED to "LineSizepx solid #ColorCode" (e.g. 3px solid #EAEAEA) ..
- Don't forget to "Save" the template after editing it
..
That should solve your problem ..