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.

In Windows I would like to have only text on toolbar bookmarks like Mac

  • 1 resposta
  • 1 tem este problema
  • 1 visualização
  • Última resposta de TonyE

more options

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text.

There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that.

It is a detail but improves ergonomy for using Bookmarks toolbar.

I run Windows XP SP3 and Mac OS X 10.6.4 respectively

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text. There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that. It is a detail but improves ergonomy for using Bookmarks toolbar. I run Windows XP SP3 and Mac OS X 10.6.4 respectively

Todas as respostas (1)

more options

You can do this by editing a file called userChrome.css inside the chrome folder of your profile folder.

If you have not edited that file before, the links above should help, but also see http://kb.mozillazine.org/Editing_configuration

When you edit that file, add the following lines below the line that starts with @namespace

/* hide bookmark toolbar icon images */
#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}


There is more information available at http://www.linnhe2.free-online.co.uk/firefox/chrome.html

That site includes further examples of code that you can add to modify Firefox, but not all examples will work with Firefox 3.6.*