SeaMonkey Browser FAQ

Last updated on November 3, 2004.

How do I change the standard location bar icon?

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

#page-proxy-button {
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".

Maintainer: Asrail