搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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}