Page 1 of 1
URL bar and search bar font size
Posted: 2015-01-22, 00:49
by jaycelou
I've just reinstall PM after an OS crash and I realize that the URL and search bar font size is so large. So can I change the font size or some other mean of reducing its font size? Thanks.
Re: URL bar and search bar font size
Posted: 2015-01-22, 09:34
by Moonchild
The easiest way is probably using the extension "theme font&size changer"
https://addons.mozilla.org/en-US/firefo ... e-changer/
Re: URL bar and search bar font size
Posted: 2015-01-22, 13:37
by SvenG
As an alternative you could use userChrome.css (or if you already use the Stylish addon an application style) that contains something like
Code: Select all
#urlbar .textbox-input-box,
#searchbar .textbox-input-box {
font-size: XXX%;
}
where XXX is the size you like to have.
Re: URL bar and search bar font size
Posted: 2015-01-22, 13:58
by x-15a2
I think that the easiest might be to go to Tool Bar Layout and select Use Small Icons. While this doesn't directly affect the font size, it reduces the overall "feel" of the header area, while keeping text highly visible.