Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

how do i increase the font size in message pane?

  • 4 Antworten
  • 3 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von Zenos

more options

I used a theme add in to increase the size of the menu font on the left. I cannot change the font size of the message pane. See attached. How do I enlarge this print size?

I used a theme add in to increase the size of the menu font on the left. I cannot change the font size of the message pane. See attached. How do I enlarge this print size?
Angefügte Screenshots

Ausgewählte Lösung

You can put any of these in with the font size declaration:

 font-family : Arial !important;
 font-weight: bold !important; 
 font-style: italic !important;
 color:blue !important;

etc.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (4)

more options

Try the userChrome.css solution offered here.

I know we can also insert a font face definition here, and probably a style; bold, italic etc.

more options

Ausgewählte Lösung

You can put any of these in with the font size declaration:

 font-family : Arial !important;
 font-weight: bold !important; 
 font-style: italic !important;
 color:blue !important;

etc.

Geändert am von Zenos

more options

Where do I find the font size declaration for Thunderbird

more options