Since Firefox 4, we have seen Firefox orange button on top left of our Firefox browser. For the first time maybe it has no problem but for time to time you see it, maybe you feel bored about it and maybe you want to customize it even you want to customize it to look different with the others Firefox.
You come to right please and here in this post, I will provide you how to customize orange Firefox button and here is the way how to do it:
1. Type about:support in Firefox address bar.
2. Click Show Folder button that will bring you to Firefox setting location.
3. Create Chrome Folder and create userChrome.css file.
4. Make this following code on that file.
@namespace url(“http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul”);
#appmenu-button {
background: lime !important;
}
#appmenu-button dropmarker:before {
content: “Riple” !important;
color: #FFFFFF !important;
}
#appmenu-button .button-text {
display: none !important;
}
After you see your new Firefox button maybe you want to make it with your style and I think it will easy for you especially if you understand little bit about css coding. I will tell you some, maybe if you want to use specific color for the button you can change “lime” to specific color code such “#2244d3″ that you can find from any image editing software or through free internet service. Enjoy it!