Can you create a second Bookmark Toolbar? My key bookmarks won't all fit.
I have 21 frequently used bookmarks on my toolbar. However they don't all fit. Can I create a second tool bar so all my sites are visible?
Всички отговори (2)
Hello,
Unfortunately, only one Bookmarks Toolbar can be enabled at one time.
If you have any further questions, let us know! Thanks.
- Multirow Bookmarks Toolbar Plus: https://addons.mozilla.org/firefox/addon/multirow-bookmarks-toolbarplus/
You can also consider to hide the icons with code in userChrome.css
Add code to the userChrome.css file below the default @namespace line.
The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #personal-bookmarks .bookmark-item > .toolbarbutton-icon {display:none!important}