为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

remove firefox icon in front of toolbar bookmarks

  • 4 个回答
  • 1 人有此问题
  • 5 次查看
  • 最后回复者为 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; }