In 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; }
View>Toolbar>Bookmarks Toolbar
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.
Ah. Then I have no idea. So you just want the name of the page to show up?
Yes, the name I have in the Name field.
http://www.extensionsmirror.nl/index.php?showtopic=96&pid=5350&mode=threaded&show=&st=&
Add this to your userChrome.css (find your profile directory and you may have to rename userChrome-example.css in the chrome dir):
/* Hide bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon { display: none; }
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 🙂