my icons only still displays text for customizing my bookmarks toolbar,why?
when I try to customise my bookmarks toolbar to show only icons, it still displays icons and text. Can you tell me why?
when I try to customise my bookmarks toolbar to show only icons,
it still displays icons and text. Can you tell me why?
All Replies (2)
The customization of toolbars only apply to items in toolbars. Bookmarks are not considered as items.
You can 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}
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files
You can also look at these extensions:
- Incredible Bookmarks: https://addons.mozilla.org/firefox/addon/50722
- Smart Bookmarks Bar: https://addons.mozilla.org/firefox/addon/4072
Modified