Quote:
Originally Posted by angelimnot
I have a question about signature lines.. and how to change the color of that block so it is a bit different than the regular text box? I know i'm supposed to edit something in the style vars thing.. but i am not sure what..
|
The template you need is postbit.css. Find the signature class
Code:
.signature {
padding-top: 1em;
border-top: {vb:stylevar postbit_border};
margin-top: 2em;
}
And change the border-top attribute. For ex
Code:
border-top: 2px solid red;
Replace the values at my examples with the values that you want to use.