Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 7 trả lời
  • 10 gặp vấn đề này
  • 14 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Được chỉnh sửa bởi sidsnider vào

Tất cả các câu trả lời (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.

Được chỉnh sửa bởi alan_r vào

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.

Được chỉnh sửa bởi IEBA1 vào

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.