Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

HOW DO I MAKE THE TOOL BARS AND HEADING AND BOOKMARKS LARGER SO i CAN READ THEM EASIER?

  • 5 respostas
  • 2 têm este problema
  • 9 visualizações
  • Última resposta de JRMEINEN

more options

I WOULD LIKE TO MAKE THE PRINTING BIGGER ON THE TOOL BARS AND BOOKMARKS SO I CAN READ IT FROM FARTHER AWAY. I HAVE A LAPTOP USING A TV AS A MONITOR, AND I HAVE TO SIT A LITTLE TOO FAR AWAY TO READ IT. THE PRINTING . ON A SITE I CAN MAKE BIGGER WITH THE SCROLL WHEEL AND THE CNTRL KEY, BUT CAN YOU HELP ME ON THE OTHER THINGS LIKE THE TOOL BARS AND THE TABS?

I WOULD LIKE TO MAKE THE PRINTING BIGGER ON THE TOOL BARS AND BOOKMARKS SO I CAN READ IT FROM FARTHER AWAY. I HAVE A LAPTOP USING A TV AS A MONITOR, AND I HAVE TO SIT A LITTLE TOO FAR AWAY TO READ IT. THE PRINTING . ON A SITE I CAN MAKE BIGGER WITH THE SCROLL WHEEL AND THE CNTRL KEY, BUT CAN YOU HELP ME ON THE OTHER THINGS LIKE THE TOOL BARS AND THE TABS?

Todas as respostas (5)

more options

Use this for the user interface:

You can use an extension to set a default font size and page zoom on web pages.

more options

That works great, thanks! But I was wondering too if there is a way to make the little X bigger on the tabs. They don't increase in size when the size is increased using the Theme Font and Size changer. Thanks for all the help.

more options

You're welcome

more options

Add code to userChrome.css in the chrome folder below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.tab-close-button .toolbarbutton-icon,
.tabs-closebutton .toolbarbutton-icon {
height: 25px !important;
width: 25px !important;
margin:-4px 0px !important;
}
more options

Thanks, but you went way past my level of expertise with that one!