Change The Address Bar Colors In Firefox
Here is a cool trick to change the background color and font color of address bar in Firefox.
Follow these steps :
- Ensure that Firefox is not running.
- Open your UserChrome.css file. For Windows XP, it should be here :
C:\Documents and Settings\Window-user-name\Application Data\Mozilla\Firefox\Profiles\[profile name]\chrome
In this folder, you will see the following two files :
Rename the userChrome-example.css to userChrome.css and open it with a text editor like WordPad.
- Paste the following code at the bottom :
#urlbar { background-color: #00FF00 !important; color: #000FFF !important; }
#urlbar[level] .autocomplete-textbox-container >* {
background-color: #FFFFB7 !important;
}
- Save the file and start the Firefox. You can see the changes in the address bar.
You can change the color combination. Change the color code to desired value. See this for color codes.
Must Read These Posts:
Scott Reese Said,
Scott Reese said: Change The Address Bar Colors In Firefox | TechRaga http://ow.ly/eJ41 #tech #firefox
Scott Reese Said,
Scott Reese said: Change The Address Bar Colors In Firefox | TechRaga http://ow.ly/eJ41 #tech #firefox
dhannanajay Said,
Thanx man. I was bored by looking at the same color of Firefox.
Useful post
Mike C Said,
i can get the background to change, but i can’t get the text to change color. Any ideas?