Many years ago, a very helpful member named cor-el came up with a way to delete the icons so there would be more room on the favorites toolbar.
He said"
What icons is this about?
Are you talking about icons on the Bookmarks Toolbar?
Add code to the userChrome.css file below the default @namespace line.
http://kb.mozillazine.org/userChrome.css
https://www.userchrome.org/how-create-userchrome-css.html
https://www.userchrome.org/what-is-userchrome-css.html
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
- personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon {
display:none;
}
That worked for me for many years and I want to thank him so much. But my computer recently died, so now I had to get a new browser and that control string no longer works. I'm on the 115.26.0esr channel (64 bit).
Can anyone offer some help, please? Thanks in advance for a reply
Dave
Many years ago, a very helpful member named cor-el came up with a way to delete the icons so there would be more room on the favorites toolbar.
He said"
What icons is this about?
Are you talking about icons on the Bookmarks Toolbar?
Add code to the userChrome.css file below the default @namespace line.
http://kb.mozillazine.org/userChrome.css
https://www.userchrome.org/how-create-userchrome-css.html
https://www.userchrome.org/what-is-userchrome-css.html
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon {
display:none;
}
--------------------------------------------------------------------------------
That worked for me for many years and I want to thank him so much. But my computer recently died, so now I had to get a new browser and that control string no longer works. I'm on the 115.26.0esr channel (64 bit).
Can anyone offer some help, please? Thanks in advance for a reply
Dave