SeaMonkey Browser FAQ

Last updated on November 3, 2004.

How do I change the standard bookmark icon?

Add this script in your userChrome.css (See Editing Config Files):

.bookmark-item,
treechildren::-moz-tree-image(Name) {
list-style-image: url("filename-and-path-here") !important;
}

Make sure you don't delete the quotation marks, when you replace the "filename-and-path-here".

Webmaster: Chris Ilias