본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

So how do I REALLY get the toolbar buttons to just show icons (and not text)?

  • 8 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

On my Bookmarks toolbar, my bookmarks "buttons" show icon AND text. I just want to show icon, not text. When I go right-click.....customize, the window "customize toolbars" opens. Down in the bottom left corner the "show" option dropdown is already set to "icons" (and only icons). But it's just not so. The toolbar buttons show icons AND text. If I cycle through that dropdown just for kicks, it doesn't change; I can choose "icons (only)" all day long, but the toolbar buttons still show text.

On my Bookmarks toolbar, my bookmarks "buttons" show icon AND text. I just want to show icon, not text. When I go right-click.....customize, the window "customize toolbars" opens. Down in the bottom left corner the "show" option dropdown is already set to "icons" (and only icons). But it's just not so. The toolbar buttons show icons AND text. If I cycle through that dropdown just for kicks, it doesn't change; I can choose "icons (only)" all day long, but the toolbar buttons still show text.

글쓴이 dotdot 수정일시

선택된 해결법

Hello dotdot, try the next, right-click on a bookmark and select Properties, then clear the name of the bookmark and save it.


thank you

문맥에 따라 이 답변을 읽어주세요 👍 3

모든 댓글 (8)

more options

선택된 해결법

Hello dotdot, try the next, right-click on a bookmark and select Properties, then clear the name of the bookmark and save it.


thank you

more options

Icons [only] doesn't apply to bookmarks, the Bookmarks Toolbar Items part of the Bookmarks Toolbar doesn't work the same as the rest of the Bookmarks Toolbar or the same as the other Toolbars, You need to do the work-around that ideato mentioned.

more options

Either of the following Add-ons allow you to show icons only and/or to have multiple rows on the Bookmarks Toolbar. Set the options on either after installation.




Other - Check your Plugins and update as needed.

  1. Check your Plugins - https://www.mozilla.org/en-US/plugincheck/
  2. Adobe Shockwave for Director Netscape plug-in, version 11.6.4.634 (this old version has security issues)
more options

I like the multirow, OldFox, thanks for the tip. I'd already deleted the text from most of my "buttons" when your solution came in. Too bad for me. Had I known about multirow first, I'd not have deleted some of the text/names. The autohide of multirow is really nice, and better - I think - than simply adding more toolbars per Firefox' standard "add new toolbar" routine. Thanks.

more options

Thanks Ideato. I already knew how to do this "delete-one-button-at-a-time" routine. I had hoped there was a more streamlined way such as the one offered by that other popular browser by that other software company. Especially since one opens up that customize window and there's a setting there that leads one to believe that it should work.

글쓴이 dotdot 수정일시

more options

You can also do this with code in the userChrome.css file 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 > .toolbarbutton-text { display:none !important; }
more options

In addition to cor-el's solution, if you do not have the userChrome.css file, you can create it yourself.

Open a new text file in notepad or similar program, paste the code in cor-el's post, and save the file as userChrome.css in a folder called "chrome" in your profile folder.

more options

Make sure that you select "All files" when saving the file in Notepad.
If you save the file as a Text file then a (possibly hidden) .txt file extension can be added.