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

Mozilla 도움말 검색

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

자세히 살펴보기

I would like the bookmark (drop version) button to not have text beside it saying "Bookmarks"

  • 4 답장
  • 12 이 문제를 만남
  • 15 보기
  • 최종 답변자: cor-el

more options

I love the new FireFox 4. Looks great. Feels great. Top of the game. Best browser ever.

There are two versions of the bookmark(s) button. The 1st is just a folder/star icon that when pressed, opens up a panel with your bookmarks. I hate that one. Never use it.

The 2nd is similarly a folder/star icon, but functions as a dropdown menu. That version, I love. Problem is, it (the bookmark button itself) ALWAYS has text beside it saying "Bookmarks" -- hogging up my toolbar space. Is there any way to remove said text?

There used to be an add-on that replaced or added a new dropdown bookmark button to the customize menu, but it's not compatible with the latest FF.

I can't help but think there's an easier way than creating/installing a WHOLE addon just to remove some (1 word) of text.

Thanks in advance! Cheers.

EDIT: I would also like to add, that yes, I'm not a noob, and have the "Show: Icons (only)" option enabled within the Customize Toolbar menu -- it STILL shows text for only this (bookmarks dropdown) button.

I love the new FireFox 4. Looks great. Feels great. Top of the game. Best browser ever. There are two versions of the bookmark(s) button. The 1st is just a folder/star icon that when pressed, opens up a panel with your bookmarks. I hate that one. Never use it. The 2nd is similarly a folder/star icon, but functions as a dropdown menu. That version, I love. Problem is, it (the bookmark button itself) ALWAYS has text beside it saying "Bookmarks" -- hogging up my toolbar space. Is there any way to remove said text? There used to be an add-on that replaced or added a new dropdown bookmark button to the customize menu, but it's not compatible with the latest FF. I can't help but think there's an easier way than creating/installing a WHOLE addon just to remove some (1 word) of text. Thanks in advance! Cheers. EDIT: I would also like to add, that yes, I'm not a noob, and have the "Show: Icons (only)" option enabled within the Customize Toolbar menu -- it STILL shows text for only this (bookmarks dropdown) button.

글쓴이 Astroboy412 수정일시

모든 댓글 (4)

more options

"Bookmarks" appears and replaces the drop-mark arrow when that button is moved to a different location than the default location, from what I have seen on my two PC's. It's not exactly like other toolbar buttons, it appears when the Menu bar is hidden and the orange Firefox is showing. I don't know if a Bug has been filed about the "arrow" going away and the "Bookmarks" appearing, but I think that action is a Bug and it should be fixed.

Sorry, I don't recall ever seeing an extension for older versions of Firefox that showed a bookmarks display like that particular button does; a display like the hidden Menu bar Bookmarks menu item drop-down. Most of the extensions I recall seeing are modifications of the Bookmarks Sidebar view, without the menu items that appear above the Bookmarks Toolbar menu item.

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 */

#bookmarks-menu-button .toolbarbutton-text {display:none!important}

See:

more options

Yup, that one did it.

I didn't have a userChrome.css file, so I made one on notepad, and copied/pasted the text you provided. Saved it. Restarted FF... Worked like a charm.

thankyou so much for answering that. I bow to your superior FF skills!

Cheers!