Icons Only On Bookmarks Toolbar
How can I just have Icons only on my bookmarks toolbar? I have it selected in "Customise", but they still show as Icons & Text.
FF3.6 was fine, but since upgrading to FF4, I can't seem to get it to work.
How can I just have Icons only on my bookmarks toolbar?
I have it selected in "Customise", but they still show as Icons & Text.
FF3.6 was fine, but since upgrading to FF4, I can't seem to get it to work.
All Replies (1)
Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #personal-bookmarks .toolbarbutton-text { display:none !important; }