Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

I'd like to get rid of the favicons in my bookmarks bar, but none of the instructions I've tried so far has actually worked. MacOS 10, Firefox 9x

  • 1 antwoord
  • 1 het hierdie probleem
  • 2 views
  • Laaste antwoord deur cor-el

more options

I tried switching to text only , but that takes away *all* icons, not just the "favicons". I also switched the display to "false" but that didn't work either.

I tried switching to text only , but that takes away *all* icons, not just the "favicons". I also switched the display to "false" but that didn't work either.

All Replies (1)

more options

See:


You can also add code to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

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