Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

Delete icons on favorites toolbar

  • సమాధానాలు లేవు
  • 0 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 30 వీక్షణలు
more options

Many years ago, a very helpful member named cor-el came up with a way to delete the icons so there would be more room on the favorites toolbar.

He said"

What icons is this about?

Are you talking about icons on the Bookmarks Toolbar?

Add code to the userChrome.css file below the default @namespace line.

   http://kb.mozillazine.org/userChrome.css
   https://www.userchrome.org/how-create-userchrome-css.html
   https://www.userchrome.org/what-is-userchrome-css.html

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

  1. personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon {
display:none;

}


That worked for me for many years and I want to thank him so much. But my computer recently died, so now I had to get a new browser and that control string no longer works. I'm on the 115.26.0esr channel (64 bit).

Can anyone offer some help, please? Thanks in advance for a reply Dave

Many years ago, a very helpful member named cor-el came up with a way to delete the icons so there would be more room on the favorites toolbar. He said" What icons is this about? Are you talking about icons on the Bookmarks Toolbar? Add code to the userChrome.css file below the default @namespace line. http://kb.mozillazine.org/userChrome.css https://www.userchrome.org/how-create-userchrome-css.html https://www.userchrome.org/what-is-userchrome-css.html @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon { display:none; } -------------------------------------------------------------------------------- That worked for me for many years and I want to thank him so much. But my computer recently died, so now I had to get a new browser and that control string no longer works. I'm on the 115.26.0esr channel (64 bit). Can anyone offer some help, please? Thanks in advance for a reply Dave

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.