Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

how do I enlarge the navigation toolbar

  • 1 antwoord
  • 18 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van cor-el

more options

the navigation bar is very narrow so that the address entered is a small font. Having senior eyes I would like to have a larger toolbar

the navigation bar is very narrow so that the address entered is a small font. Having senior eyes I would like to have a larger toolbar

Alle antwoorden (1)

more options

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

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

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


You can also add font-family: monospace !important; to get a monospace font or you can specify your own preferred font by using this code.

#urlbar .textbox-input-box {font-size: 14pt !important; font-family: monospace !important;}


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

See also Help > Troubleshooting Information > Profile Directory > Open Containing folder