Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Can you create a second Bookmark Toolbar? My key bookmarks won't all fit.

  • 2 Antworten
  • 2 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von cor-el

more options

I have 21 frequently used bookmarks on my toolbar. However they don't all fit. Can I create a second tool bar so all my sites are visible?

I have 21 frequently used bookmarks on my toolbar. However they don't all fit. Can I create a second tool bar so all my sites are visible?

Alle Antworten (2)

more options

Hello,

Unfortunately, only one Bookmarks Toolbar can be enabled at one time.

If you have any further questions, let us know! Thanks.

more options

You can also consider to hide the icons with code in userChrome.css

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

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

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

#personal-bookmarks .bookmark-item > .toolbarbutton-icon {display:none!important}