How Do I Change the Address Bar Colors?

User Help for Mozilla Firefox
barbaz
Posts: 1504
Joined: October 1st, 2014, 3:25 pm

Re: How Do I Change the Address Bar Colors?

Post by barbaz »

You're welcome!
User avatar
koolx
Posts: 532
Joined: July 11th, 2014, 7:37 pm

Re: How Do I Change the Address Bar Colors?

Post by koolx »

Hi barbaz,

How are you? I had no choice but to upgrade to Window 10's Creator version this past week. As a result microsoft removed the option to resize fonts. That means much of FF fonts have been reduced to default size. How can I, for example, increase the font size of the message box as the screen shot depicts below?

Image
barbaz
Posts: 1504
Joined: October 1st, 2014, 3:25 pm

Re: How Do I Change the Address Bar Colors?

Post by barbaz »

For that message box try this -

Code: Select all

#geolocation-notification * {
  font-size: 30px !important;
}
User avatar
koolx
Posts: 532
Joined: July 11th, 2014, 7:37 pm

Re: How Do I Change the Address Bar Colors?

Post by koolx »

barbaz wrote:For that message box try this -

Code: Select all

#geolocation-notification * {
  font-size: 30px !important;
}
Hey barbaz,,. Thank you once again !!!!
Post Reply