Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

icons and text

  • 3 respostas
  • 19 têm este problema
  • 1 visualização
  • Última resposta por cor-el

more options

Okay, so in Firefox 3, I could have icons on my toolbar for things like print, back, forward, new tab, etc. and text only on my Bookmarks bar. I updated to Firefox 4 and now it seems I can only have all text, all icons or all icons with text. I can't seem to figure out a way to have my Bookmarks bar show up as text only but still have just icons for navigation and printing. Is there a way to do this?

Okay, so in Firefox 3, I could have icons on my toolbar for things like print, back, forward, new tab, etc. and text only on my Bookmarks bar. I updated to Firefox 4 and now it seems I can only have all text, all icons or all icons with text. I can't seem to figure out a way to have my Bookmarks bar show up as text only but still have just icons for navigation and printing. Is there a way to do this?

Solução escolhida

You can look at this extension:

Ler esta resposta no contexto 👍 1

Todas as respostas (3)

more options

Solução escolhida

You can look at this extension:

more options

Works like a charm, thank you!

Still, I wish there was a way to do this without an add-on!

Modificado por thisissuzy a

more options

You can do that without an add-on if you use code in userChrome.css instead.

Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks .toolbarbutton-icon { display: none !important; }

The file userChrome.css is located in the chrome folder in the Firefox Profile Folder

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder