This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Thunderbird Fonts too small

  • 1 resposta
  • 2 have this problem
  • 10 views
  • Last reply by sfhowes

more options

How do I change Thunderbird's display (Menus, folders, toolbars etc.). The fonts are way too small for reading. I am talking about the menus, toolbars and folders.

How do I change Thunderbird's display (Menus, folders, toolbars etc.). The fonts are way too small for reading. I am talking about the menus, toolbars and folders.

All Replies (1)

more options

For the Threads and Folder Panes, use this code:

.tree-rows
{
  font-size: 16px !important;
}

For the Menu Bar and submenus:

/* Menu Bar font */
menubar > menu
{ font-size: 18pt !important;
}

/* Submenus and context menus font */
menupopup,popup {
    font-size: 12pt !important;
}

Help/Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.