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

I want the Bookmarks Toolbar without the Bookmarks button at the far right. However, when I remove that all my bookmark buttons disappear. That Bookmarks button takes up a lot of space and I want it gone.

  • 1 resposta
  • 1 tem este problema
  • 3 visualizações
  • Última resposta por cor-el

more options

On the far right, under the search bar, "Bookmarks" is displayed on my Bookmarks Toolbar. Like any of my bookmarks that display as buttons to the left, I want to be able to right click on this button and delete it, but I cannot. When I go to "Customize" and remove this button, my Bookmarks Toolbar clears and I cannot add any buttons to it anymore. Is there some way to get rid of this one button but still keep my bookmarks on the Bookmarks Toolbar? This was not a problem in the previous version of Firefox.

On the far right, under the search bar, "Bookmarks" is displayed on my Bookmarks Toolbar. Like any of my bookmarks that display as buttons to the left, I want to be able to right click on this button and delete it, but I cannot. When I go to "Customize" and remove this button, my Bookmarks Toolbar clears and I cannot add any buttons to it anymore. Is there some way to get rid of this one button but still keep my bookmarks on the Bookmarks Toolbar? This was not a problem in the previous version of Firefox.

Todas as respostas (1)

more options

See:

You can remove the Bookmarks Menu button on the Bookmarks Toolbar with code in userChrome.css

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

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


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