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

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

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

  • 1 wótegrono
  • 2 matej toś ten problem
  • 8 naglědow
  • Slědne wótegrono wót 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

Wšykne wótegrona (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.