Changing the fonts of address-bar & search engines in Firefox3.6?

  1. Go into %appdata%\Mozilla\Firefox\Profiles\[profile-name]\chrome (replace profile-name with whatever it mentions in that particular folder)

  2. Edit the userChrome.css file in WordPad and add this to the bottom:

    /* Make my URL bar and Search bar bigger and bolder. Now dammit. */
    #urlbar, #searchbar .searchbar-textbox{
    font-family: Arial !important; font-size: 16pt }
    

    Change 16pt and Arial to whatever size and font that you want.

  3. Restart Firefox, voila, URL bar and Search bar font is now bigger.

Source: http://forums.mozillazine.org/viewtopic.php?t=244616


You can customise the Firefox GUI in the userChrome.css file in your Firefox user profile directory. More details here.

You'll need something like the following to change the font size in the location bar: #urlbar { font-size: 30px; }


I created a Firefox add-on called "Make Address Bar Font Size Bigger" ...No coding needed, just install and enjoy! Makes the URL address bar's font-six bigger, so its easier to read!

You can download it on the Firefox website: https://addons.mozilla.org/en-US/firefox/addon/97405

I hope that helps!