SeaMonkey Help
Home
Home
Documentation
Installing
Upgrading
The Big Picture
Editing config files
FAQs
Profiles
Browser
Mail & Newsgroups
General
Support
Troubleshooting
Forums
More
Extensions
Themes
Spellchecker Languages
SeaMonkey Browser FAQ
Last
updated
on April 28, 2012.
How do I remove the text labels in the bookmarks toolbar?
Your browser does not support the video tag. To see this video, make sure you have SeaMonkey 2.1 or higher, or one of the
supported browsers
userChrome.css code
toolbarbutton.bookmark-item > .toolbarbutton-text {
display: none !important;
}
Webmaster:
Chris Ilias