URL bar and search bar font size

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.
Please direct questions that are Mac or Linux-specific (dealing with installation and OS integration) to the appropriate Linux or Mac board.

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!
Locked
jaycelou

URL bar and search bar font size

Post by jaycelou » 2015-01-22, 00:49

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.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 29244
Joined: 2011-08-28, 17:27
Location: Tranås, SE
Contact:

Re: URL bar and search bar font size

Post by Moonchild » 2015-01-22, 09:34

The easiest way is probably using the extension "theme font&size 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
Image

SvenG

Re: URL bar and search bar font size

Post by SvenG » 2015-01-22, 13:37

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.

User avatar
x-15a2
Keeps coming back
Keeps coming back
Posts: 825
Joined: 2014-03-19, 00:28
Location: Triskelion

Re: URL bar and search bar font size

Post by x-15a2 » 2015-01-22, 13:58

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.

Locked