URL bar and search bar font size
Moderator: trava90
Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only. The main focus here is on Pale Moon on Windows. Please direct your questions that are specific for Linux and Mac to the dedicated boards for those operating systems.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only. The main focus here is on Pale Moon on Windows. Please direct your questions that are specific for Linux and Mac to the dedicated boards for those operating systems.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
-
jaycelou
URL bar and search bar font size
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
The easiest way is probably using the extension "theme font&size changer"
https://addons.mozilla.org/en-US/firefo ... e-changer/
https://addons.mozilla.org/en-US/firefo ... e-changer/
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss


-
SvenG
Re: URL bar and search bar font size
As an alternative you could use userChrome.css (or if you already use the Stylish addon an application style) that contains something like
where XXX is the size you like to have.
Code: Select all
#urlbar .textbox-input-box,
#searchbar .textbox-input-box {
font-size: XXX%;
}Re: URL bar and search bar font size
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.

