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

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

Can I change the default "no icon" icon for bookmarks?

  • 4 àwọn èsì
  • 6 ní àwọn ìṣòro yìí
  • 3 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ Gingerbread Man

more options

I would like to choose an icon (such as the old firefox "blue dot" icon) as the default icon for bookmarks without their own icons, rather than the new "empty square" icon. I don't want to have to change each one individually because there's too many of them. Is there a way to change this in preferences, or to replace the default icon file?

I would like to choose an icon (such as the old firefox "blue dot" icon) as the default icon for bookmarks without their own icons, rather than the new "empty square" icon. I don't want to have to change each one individually because there's too many of them. Is there a way to change this in preferences, or to replace the default icon file?

All Replies (4)

more options

1. Install the Stylish add-on.

2. Open the Add-ons Manager, User Styles category.

3. Click the Write a new style link near the top.

4. Paste the following in the style editor window that pops up.


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

.menuitem-iconic:not([image]) .menu-iconic-icon:not([src]),
#PlacesToolbarItems .toolbarbutton-icon:not([src]) {
  width: 0px !important;
  padding-left: 16px !important;
  background: url("") !important;
}

5. Place the cursor between the quotation marks in the above style. Click the Insert button, then choose Data URI and pick a 16×16 pixel image from your computer. The image will then be embedded in the style, in the form of base64-encoded text.

6. Click the Save button.

The style will affect the bookmarks toolbar and the Bookmarks Button menu. On a Mac, I'm guessing it doesn't affect the Bookmarks menu, because that's under the control of the operating system. It also doesn't affect the Library (bookmarks manager); I see no way to affect that in Styling a XUL tree, though someone else may know.

more options

See also this thread:

more options

Thanks for your help. Unfortunately I'm not confident enough with code to do anything since I wouldn't know how to undo it. Perhaps firefox will give a choice of icons to use in a future upgrade.

more options

oldified wrote:

Unfortunately I'm not confident enough with code to do anything since I wouldn't know how to undo it.

In the Add-ons Manager, User Styles category, click the Disable button next to a style to turn it off. If you want to permanently delete it, click the Remove button instead.

As mentioned before, this requires the Stylish add-on.