Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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

  • 2 отговора
  • 2 имат този проблем
  • 4 изгледи
  • Последен отговор от 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?

Всички отговори (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}