Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 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

Change font size in title, menu, and tab bars in FF v150

  • 1 प्रत्युत्तर दें
  • 1 यह समस्या है
  • 27 views
  • के द्वारा अंतिम प्रतियुतर amoun
  • Open

Greetings. Been trying to enlarge the font size in the bars (title, menu, and tab) at top of Firefox. Have read many similiar complaints, but the answers don't relate to the problem. I can't find some of the options some suggest. I'm not blind (yet), but the type is so miniscule, I have difficulty reading it. I've uploaded a photo and a screenshot to hopefully clarify the problem. Check the difference in the bars compared to the page. I don't want 14 pt. type on the bars, but something better than the miniscule type. Thank you for any relevant assistance or advice.

Greetings. Been trying to enlarge the font size in the bars (title, menu, and tab) at top of Firefox. Have read many similiar complaints, but the answers don't relate to the problem. I can't find some of the options some suggest. I'm not blind (yet), but the type is so miniscule, I have difficulty reading it. I've uploaded a photo and a screenshot to hopefully clarify the problem. Check the difference in the bars compared to the page. I don't want 14 pt. type on the bars, but something better than the miniscule type. Thank you for any relevant assistance or advice.
संलग्न स्क्रीनशॉट

All Replies (1)

Not quite what you were looking for I expect.

But in your profile folder you can have a [chrome] folder.

In that folder you can have a text files of the type css. the file [userChrome.css] is one of these which you can create.

Attached is a screen shot of part of my Title/Tool bar etc. If you have problems with the effects you can just delete the file and all will be back as before.

You can search for codes snippits which will give you an idea.

Here is an example form my [userChrome.css]


/* ------- NAV BAR ------- */

  1. nav-bar {

height:32px !important; font-size:1.32em; margin-top:-14px !important; padding:0 !important; background-image: linear-gradient(#660099, #9933ff, #450078) !important; position:relative !important; z-index:10 !important; }


It will take a bit of work to find the 'objects' (text - color -size ) ids to target. You can see the {#nav-bar} is the object to modify in my excerpt.

The [1.] in front of the nav-bar is a forum glitch. I image it is because of the hash sign. The hash sign is the 'code' to target an ID whereas a star is for a class of objects.

amoun द्वारा सम्पादित

प्रश्न पूछें

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