Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

how do I enlarge the navigation toolbar

  • 1 svar
  • 18 har detta problem
  • 1 visning
  • Senaste svar av 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

Alla svar (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