Remove items from the main menu - Mozilla Thunderbird
by Sanju[ Edit ] 2010-02-12 16:38:22
Remove items from the main menu - Mozilla Thunderbird
Some people like to place all their toolbar items on the same row as the menu. In order to save horizontal space, you can remove top menu items that you don't use. Add the following code to your userChrome.css file:
/* Remove the Go and Help menus
(These are just examples. Try changing "Go" to "Edit" or "Message") */
menu[label="Go"], menu[label="Help"] {
display: none !important;
}