Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

I desire to increase text size in toolbars. Have to use magnifying glass to read them.

  • 6 trả lời
  • 1 gặp vấn đề này
  • 17 lượt xem
  • Trả lời mới nhất được viết bởi McCoy

more options

Geesh, I can increase my page size by using zoom in but I cannot find anything to help me increase the text size in toolbars and the smaller print on pages.

Geesh, I can increase my page size by using zoom in but I cannot find anything to help me increase the text size in toolbars and the smaller print on pages.

Giải pháp được chọn

Hello BJPtap1,

Two things come to mind - first, would you please take a look at this article, and scroll down to the section :

How to only change the size of text

If that doesn't give you the result you are looking for, would you give this a try :

Type in the address bar about:config and press Enter (promise to be careful, if asked)

Type in the search bar pix and look for the preference layout.css.devPixelsPerPx

Change the value (to start with) to 1.25 or 1.5 If the text is still too small for you, you can go higher.

After you have changed the value, close and restart Firefox in order for the change to take effect.

Does that work for you  ?

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (6)

more options

Giải pháp được chọn

Hello BJPtap1,

Two things come to mind - first, would you please take a look at this article, and scroll down to the section :

How to only change the size of text

If that doesn't give you the result you are looking for, would you give this a try :

Type in the address bar about:config and press Enter (promise to be careful, if asked)

Type in the search bar pix and look for the preference layout.css.devPixelsPerPx

Change the value (to start with) to 1.25 or 1.5 If the text is still too small for you, you can go higher.

After you have changed the value, close and restart Firefox in order for the change to take effect.

Does that work for you  ?

more options

Note that layout.css.devPixelsPerPx will affect the full Firefox window (user interface and web pages), so you may need an extension to adjust the zoom for websites.

Another option is to code in userChrome.css to only adjust the text size in the Navigation Toolbar area.

#navigator-toolbox * { font-size:12pt !important; }

See also:

more options

Dear real McCoy, Your solution worked. Many Thanks!

more options

BJPtap1 said

Dear real McCoy, Your solution worked. Many Thanks!

My pleasure - I'm glad it worked  !

more options

Mr. McCoy your solution worked for toolbar but the print is still small on some pages like Facebook. Again--Thank you.

more options