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!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

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

  • 2 Mbohovái
  • 2 oguereko ko apañuãi
  • 4 Hecha
  • Mbohovái ipaháva 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?

Opaite Mbohovái (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}