topher

Bookmark IconsIn the image on the right, you can see that I’ve circled in red the icons in my bookmarks bar in Firefox.  I want to get rid of them, but I don’t know how.  There isn’t an extension I can find, and when I use Google to search I get instructions on how to not allow favicons  appear.

So, anyone know?

Update: Apparently I wasn’t clear enough.  I don’t want the bookmarks (or the entire toolbar) to go away, I want the icons next to each bookmark to go away.

Update Part Deux: Jeremy wins with this code in userChrome.css:

/* Hide bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon { display: none; }

6 thoughts on “Those blasted icons

  1. You can’t right-click on them and select delete? Maybe that’s too obvious and doesn’t work in some new-fangled version of Firefox you’ve got running on some weird OS.

  2. Can I add … this absolutely rocks. We can, with CSS, modify the entire look and feel of our web browser. Not that I have a lot of time to work on such things, but it’s really really cool to have the ability 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *