PDA

View Full Version : remove signature seperator


Jamie107
04-16-2012, 01:54 PM
I've seen you can choose a custom image but how do I remove it altogether?

kh99
04-16-2012, 02:40 PM
I think it's done by setting the signature area to class signature (in postbit or postbit_legacy), then in postbit.css there's this:

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



so you might be able to get rid of it by setting the signature border stylevar to 0.

Jamie107
04-21-2012, 06:35 PM
Setting it to 0 worked, thanks!