Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Mail list font too small and theme and font addon wont show after installation

  • 1 odgovor
  • 2 ima ovaj problem
  • 8 views
  • Posljednji odgovor poslao Zenos

more options

I downloaded theme and font changer and installed . But the theme changer is not shown so as I can use it? I need to make the incoming mail font larger as it is too small for my eyes! David

I downloaded theme and font changer and installed . But the theme changer is not shown so as I can use it? I need to make the incoming mail font larger as it is too small for my eyes! David

All Replies (1)

more options

That add-on seems to have a problem with a missing button (on the toolbar) at the moment.

But it won't help with messages. It's for the user interface; menus, message listings, account lists and so on.

I write about this add-on and also how to deal with message text here:

http://xenos-email-notes.simplesite.com/417754775

However I think that adding the following to both userContent.css and userChrome.css is probably a better and permanent solution.

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* 
 * Make all the default font sizes 9 pt:
 */
 * { font-size: 9pt !important; }

See http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes for more information.