Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to change urlbar font size/color on linux firefox?

  • 1 reply
  • 10 have this problem
  • 41 views
  • Last reply by cor-el

more options

I want to change the default size/colore in the urlbar of my linux firefox

I want to change the default size/colore in the urlbar of my linux firefox

All Replies (1)

more options

Add code to userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar      .textbox-input-box {font-size:12pt!important; color: #000;}
#searchbar   .textbox-input-box {font-size:12pt!important; color: #000;}
#FindToolbar .textbox-input-box {font-size:12pt!important; color: #000;}

Modified by cor-el