Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

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

详细了解

Remove 'down arrow' from personal folder containers in Bookmarks toolbar - Ff11 (X 10.7.3)?

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

more options

Lew me know if you need any more details and I will be happy to provide them.

Lew me know if you need any more details and I will be happy to provide them.

所有回复 (5)

more options

I don't believe there is a preference to change this. I found this add-on that does this along with hiding the names of the folders - https://addons.mozilla.org/en-US/firefox/addon/smartest-bookmarks-bar

You might find a more suitable add-on here - https://addons.mozilla.org/en-US/firefox/search/?q=bookmarks&appver=11.0&platform=mac

more options

Thank you for your response though the add-on you suggested didn't do the trick.

more options

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

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


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

#personal-bookmarks .bookmark-item[container] > .toolbarbutton-menu-dropmarker { display:none!important; }
more options

Ff 11 for OS X doesn't have a chrome folder - they are gradually abandoning the concept at Mozilla.

more options

You do not have a chrome folder in the Firefox Profile Folder by default because the folder is empty, so you need to create a chrome folder yourself if you want to use userChrome.css and userContent.css.