Mozilla 도움말 검색

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

자세히 살펴보기

Icons Only On Bookmarks Toolbar

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

more options

How can I just have Icons only on my bookmarks toolbar? I have it selected in "Customise", but they still show as Icons & Text.

FF3.6 was fine, but since upgrading to FF4, I can't seem to get it to work.

How can I just have Icons only on my bookmarks toolbar? I have it selected in "Customise", but they still show as Icons & Text. FF3.6 was fine, but since upgrading to FF4, I can't seem to get it to work.

모든 댓글 (1)

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 */
#personal-bookmarks .toolbarbutton-text { display:none !important; }