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

Avatar for Username

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее
Открытый

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

mnosera

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.
Приложенные скриншоты

Все ответы (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.

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.