為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

I only want icons on my bookmark toolbar

  • 3 回覆
  • 6 有這個問題
  • 27 次檢視
  • 最近回覆由 DizzyJordan

more options

A lot of people ask to remove the icons on their bookmark toolbar, I want to know a way to remove text off of my bookmark toolbar. It takes up a tonne of space and if I did not know what these bookmarks were I would not have them on. The icon tells me all I need to know and I want to have more icons on that bar so it is quicker to access what I need and use regularly and the text is preventing me from doing this. Is there any way to do this easily? Or, as I am not too tech savvy, a step by step process anyone knows of to remove the text? Thanks to anyone that replies in advance.

A lot of people ask to remove the icons on their bookmark toolbar, I want to know a way to remove text off of my bookmark toolbar. It takes up a tonne of space and if I did not know what these bookmarks were I would not have them on. The icon tells me all I need to know and I want to have more icons on that bar so it is quicker to access what I need and use regularly and the text is preventing me from doing this. Is there any way to do this easily? Or, as I am not too tech savvy, a step by step process anyone knows of to remove the text? Thanks to anyone that replies in advance.

被選擇的解決方法

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

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

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

#personal-bookmarks .bookmark-item > .toolbarbutton-text { display:none !important; }
從原來的回覆中察看解決方案 👍 2

所有回覆 (3)

more options

You can edit the text of your bookmarks or remove it completely by right-klicking on the bookmark and choosing "Properties". Just edit or remove the text in the "Name" field.

more options

選擇的解決方法

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

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

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

#personal-bookmarks .bookmark-item > .toolbarbutton-text { display:none !important; }
more options

I am so stupid, I went on that thing a million times... Thank you very much :)