SeaMonkey Mailnews FAQ

Last updated on December 8, 2004.

How do I style the text used to display an address book card?

Add this script in your userChrome.css (See Editing Config Files):

.CardViewText,
.CardViewLink {
font-size: 12pt !important;
}

Of course, you can change "12pt" to whatever size you want; as well as add more style scripts.

Webmaster: Chris Ilias