搜索 | 用户支持

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

详细了解

How can I turn off the icons in the Bookmarks Toolbar? Thanks.

  • 2 个回答
  • 9 人有此问题
  • 8 次查看
  • 最后回复者为 cor-el

more options

How can I remove icons from the Bookmarks Toolbar?

How can I remove icons from the Bookmarks Toolbar?

所有回复 (2)

more options

See this . This may help you .

Report us back if this work .

more options

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


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

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


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

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)