PDA

View Full Version : Signature lines question....


angelimnot
02-20-2010, 03:06 AM
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..

borbole
02-20-2010, 01:26 PM
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

.signature {
padding-top: 1em;
border-top: {vb:stylevar postbit_border};
margin-top: 2em;
}

And change the border-top attribute. For ex border-top: 2px solid red;

Replace the values at my examples with the values that you want to use.