搜索 | 用户支持

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

详细了解

In 4.0.1, the Bookmarks Toolbar displays icons & text. How to display only one?

  • 7 个回答
  • 10 人有此问题
  • 14 次查看
  • 最后回复者为 IEBA1

more options

Since upgrading to Firefox 4.0.1, my Bookmarks toolbar is way too long because it now displays an icon and text for each bookmark. I used to only display text. How can I reconfigure this preference?

View > Toolbars > Customize only changes the Google toolbar display.

Since upgrading to Firefox 4.0.1, my Bookmarks toolbar is way too long because it now displays an icon and text for each bookmark. I used to only display text. How can I reconfigure this preference? View > Toolbars > Customize only changes the Google toolbar display.

由sidsnider于修改

所有回复 (7)

more options

Same for me, but I think this is because I'm using an add-on to display the icon only (the text appears when I mouse over the icon) and that particular add-on doesn't run under Firefox 4. As is often the case with add-ons, they might or might not be upgraded at all. It all depends on the developer of the add-on. But, I have started using the side-bar (which I think has been around for a while) and I'm going to use that because with one click I can make it appear or disappear; because I can manage the width of the panel it's in (up to a point); because I can create folders to hold other icons and not have to scroll as much; and because it's a FF feature vs. an add-on and more likely to be supported

more options

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


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

/* Hide icons on the Bookmarks Toolbar */
#personal-bookmarks .toolbarbutton-icon { display: none !important; }
more options

For a simple way to create extra space, right click on a bookmark and then in Properties you can abbreviate the name as much as you like right down to nothing.

"Nothing" will show the icon only. Hovering will show the name. And don't forget you can use folders in the Bookmarks Toolbar to hold related bookmarks, which can be opened individually right down to "Open All in Tabs".

I don't have the links to hand but there is an extension to remove icons and another to remove text.

Pardon me for asking but I presume you've got the double chevron (>) at the end of the toolbar with the overflow running down the right side. Sorry, but this might help some other users.

由alan_r于修改

more options

Pardon me for asking but I presume you've got the double chevron (>) at the end of the toolbar with the overflow running down the right side.

Correct; overflow is the concern. Thanks for the suggestions, everybody! Much obliged :)

more options

It wasn't like this in v4, and now, suddenly, all the damm icons are back with no way to turn them all off. WTH?

cor-el, I appreciate the info but "Add code to userChrome.css below the @namespace line" makes absolutely zero sense to me.

由IEBA1于修改

more options

Look at this extension:


You can use the ChromEdit Plus extension to have easier access to customization files like userChrome.css.

You can also use the Stylish extension.

more options

Ah. Stylish worked like magic.

I like Magic.

Thank you, Cor-el.