-------- Original Message --------
Are there any entries for userChrome.css will that eliminate a
particular menu heading (such as "Go" and "Window")?

http://forums.mozillazine.org/viewtopic.php?f=3&t=409734:

You can control this through entries in your userChrome.css file (located in the chrome folder of your profile folder). Just add this information below the "namespace" entry:

menu[label="Go"] {
display: none !important;
}

You can also remove specific menu entries (i.e. "For Internet Explorer Users" in the Help menu) by adding this below the "namespace" line:

menuitem[label="For Internet Explorer Users"] {
display: none !important;
}
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to