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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How do I remove "Display Your Bookmarks" button on book marks toolbar entirely?

  • 2 відповіді
  • 2 мають цю проблему
  • 5 переглядів
  • Остання відповідь від cor-el

more options

On the bookmarks toolbar, there's this 'shortcut' on the right side that takes the space from the actual bookmark itself. now i can't even show all my normal set of bookmark without having some of them hidden. is it possible to remove it at all?

On the bookmarks toolbar, there's this 'shortcut' on the right side that takes the space from the actual bookmark itself. now i can't even show all my normal set of bookmark without having some of them hidden. is it possible to remove it at all?

Усі відповіді (2)

more options

https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar
http://kb.mozillazine.org/Toolbar_customization

Open the Customize mode and drag that button down into the Palette, then click Done.

more options

That button is part of the Bookmarks Toolbar Items and can't be removed that easily (i.e. disappears if you open the Customize window).

See also:


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

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

#personal-bookmarks #bookmarks-menu-button { display:none!important; }

Змінено cor-el