Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

In Windows I would like to have only text on toolbar bookmarks like Mac

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 TonyE

more options

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text.

There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that.

It is a detail but improves ergonomy for using Bookmarks toolbar.

I run Windows XP SP3 and Mac OS X 10.6.4 respectively

I would like to have in the Bookmark toolbar only text (to be more discrete). In the Mac version of Firefox it is like that, but in the Windows version the bookmarks in the toolbar are consistently shown with both icon and text. There is a choice to be made for the Firefox toolbar whether icons, text or both should be shown for each knob, but for the Bookmarks toolbar I cannot find that. It is a detail but improves ergonomy for using Bookmarks toolbar. I run Windows XP SP3 and Mac OS X 10.6.4 respectively

所有回复 (1)

more options

You can do this by editing a file called userChrome.css inside the chrome folder of your profile folder.

If you have not edited that file before, the links above should help, but also see http://kb.mozillazine.org/Editing_configuration

When you edit that file, add the following lines below the line that starts with @namespace

/* hide bookmark toolbar icon images */
#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}


There is more information available at http://www.linnhe2.free-online.co.uk/firefox/chrome.html

That site includes further examples of code that you can add to modify Firefox, but not all examples will work with Firefox 3.6.*