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

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2.

  • 1 jibu
  • 1 ana tatizo hili
  • 15 views
  • Last reply by sfhowes

more options

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2.

cannot understood the debug mode.

Where is the userChrome.css? and how to change fonts size of message pane for mac 91.3.2. cannot understood the debug mode.

All Replies (1)

more options

By 'message pane', do you mean the content of messages in the Message Pane (F8), or the list of messages, Subject, From, Date etc. in the Threads Pane? For the latter, a typical css contains this code:

#threadTree > treechildren {
  font-size: 12pt !important;
  background-color: lightgrey !important;
  color: navy !important;
}

Help/More Troubleshooting, Profile Folder, Show in Finder, 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 colors and numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.