Change font size for bookmarks toolbar

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Change font size for bookmarks toolbar

Post by fixit7 »

I am trying to make the font for my bookmarks toolbar smaller so I can fit more on the screen.

But no matter what value I use, the font size never changes.

It it no longer adjustable?

/*
Changes font size for BOOKMARKS TOOLBAR
*/

#personal-bookmarks {
font-size:4pt !important;
}
User avatar
xanthon
Posts: 410
Joined: December 17th, 2005, 11:55 pm

Re: Change font size for bookmarks toolbar

Post by xanthon »

User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Change font size for bookmarks toolbar

Post by fixit7 »

xanthon wrote:Have a look at this thread: https://support.mozilla.org/en-US/questions/1348994
Thanks. Setting the value to .8 did the trick.

Global Scaling Factor

The following setting governs both the content area and the "chrome" area (toolbars and tabs).

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste devp and pause while the list is filtered

(3) The layout.css.devPixelsPerPx usually has a value of -1.0 meaning "follow the system scaling." You can edit that to a positive number to set your own scaling.
Post Reply