Mozilla 도움말 검색

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

Learn More

remove firefox icon in front of toolbar bookmarks

  • 4 답장
  • 1 이 문제를 만남
  • 6 보기
  • 최종 답변자: Terry

more options

I would like to remove the Firefox symbol in front of my toolbar bookmarks because it takes up too much room. How can I do this?

I would like to remove the Firefox symbol in front of my toolbar bookmarks because it takes up too much room. How can I do this?

모든 댓글 (4)

more options

You can do that with a file called userChrome.css. I can post the code I have used for many years if you want to take that route. (Note: remove blank space in link below.)

https://www.userchrome. org/how-create-userchrome-css.html

more options

Note that you can also shorten bookmark names by editing the bookmark via the right-click context menu or in the Library.

more options

Thanks, terry21. I would love to know how to this on the css file. Thanks for any further info!

more options

OK, this has worked for years. I have a note of this link. https://support.mozilla.org/en-US/questions/1353930#answer-1450978

toolbarbutton.bookmark-item > .toolbarbutton-icon {
  display: none !important; }