Increase the font size for the Bookmarks Toolbar

User Help for Seamonkey and Mozilla Suite
Post Reply
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Increase the font size for the Bookmarks Toolbar

Post by fixit7 »

Is there a way to increase the font size for the Bookmarks Toolbar ?

I tried adjusting layout.css.devPixelsPerPx, but it makes every font bigger including web pages.
LewS
Posts: 190
Joined: January 28th, 2014, 2:18 pm

Re: Increase the font size for the Bookmarks Toolbar

Post by LewS »

Try this in userChrome.css:

Code: Select all

#PersonalToolbar {-moz-appearance: none !important;
      font-size: 20pt !important; 
      font-weight: normal !important;}
Adjust the font-size to whatever you like.
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Increase the font size for the Bookmarks Toolbar

Post by fixit7 »

Thanks so much.
Post Reply