[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How can I change the colour of the signature?

Mozilla displays a correct signature ("-- ") in a grayish color. If you don't like that color, you can change it.
This is done through adding the following lines to your userContent.css (See Editing Config Files):

.moz-txt-sig, .moz-signature {
color: red !important;
}
.moz-txt-sig > a, .moz-signature > a {
color: CC0033 !important;
}

Again, color is completely up to your personal taste. The second line (... > a...) colors URLs in the signature.

[an error occurred while processing this directive]