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

remove firefox icon in front of toolbar bookmarks

  • 4 respostas
  • 1 tem este problema
  • 5 visualizações
  • Última resposta por Terry

more options

I would like to remove the Firefox symbol in front of my toolbar bookmarks because it takes up too much room. How can I do this?

I would like to remove the Firefox symbol in front of my toolbar bookmarks because it takes up too much room. How can I do this?

Todas as respostas (4)

more options

You can do that with a file called userChrome.css. I can post the code I have used for many years if you want to take that route. (Note: remove blank space in link below.)

https://www.userchrome. org/how-create-userchrome-css.html

more options

Note that you can also shorten bookmark names by editing the bookmark via the right-click context menu or in the Library.

more options

Thanks, terry21. I would love to know how to this on the css file. Thanks for any further info!

more options

OK, this has worked for years. I have a note of this link. https://support.mozilla.org/en-US/questions/1353930#answer-1450978

toolbarbutton.bookmark-item > .toolbarbutton-icon {
  display: none !important; }