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

Søg i 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.

Læs mere

Delete icons on favorites toolbar

  • Ingen svar
  • 0 har dette problem
  • 45 visninger
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

Du skal logge ind på din konto for at svare på et indlæg. Start et nyt spørgsmål, hvis du ikke har en konto endnu.