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

How to "Permanently" save custom font changes in my computer

  • 5 antwoorde
  • 0 hierdie probleem
  • Laaste antwoord deur Hammad Rauf

more options

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer. After recent automatic update, the Inbox list font or sizes were changed. I have managed to isolate the style and edited it to my liking. But I do not know how to save it or make it permanent on my computer. My Changes are as follows( Copied from Developer Toolbar):


Screen shot of changes is attached below:

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer. After recent automatic update, the Inbox list font or sizes were changed. I have managed to isolate the style and edited it to my liking. But I do not know how to save it or make it permanent on my computer. My Changes are as follows( Copied from Developer Toolbar): -------- Screen shot of changes is attached below:
Aangehegde skermkiekies

Gewysig op deur Hammad Rauf

Gekose oplossing

Have you created a userChrome.css file? That is the usual way to make permanent changes to the interface. For the card height (density) and font size, one option for the css is:

/* message list card height & font */
.thread-card-container{
     height: 60px !important;
     font-size: 18px !important;
}

Additional card css and instructions:

https://support.mozilla.org/en-US/questions/1447610

Lees dié antwoord in konteks 👍 1

All Replies (5)

more options

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer.

Helpful?

more options

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer.

Gewysig op deur Hammad Rauf

Helpful?

more options

My Version of Thunderbird is: 128.1.0esr (64-bit) on a Windows 11 computer.

Gewysig op deur Hammad Rauf

Helpful?

more options

Gekose oplossing

Have you created a userChrome.css file? That is the usual way to make permanent changes to the interface. For the card height (density) and font size, one option for the css is:

/* message list card height & font */
.thread-card-container{
     height: 60px !important;
     font-size: 18px !important;
}

Additional card css and instructions:

https://support.mozilla.org/en-US/questions/1447610

Helpful?

more options

Thank you @sfhowes. I was able to fix it to my liking following the video from your link plus enabling legacy support as follows:

Click ≡ > Settings > General Scroll down to the bottom and click Config Editor… Enter "toolkit.legacyUserProfileCustomizations.stylesheets" and, its value should be set to "True"

Helpful?

Vra 'n vraag

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.