Firefox- How to change font size of items in bookmarks sidebar

4

In Windows. (I know I can open Desktop > Properties > Appearance > Advanced > [and figure out which item determines it; probably Menu]. But, I don't want other things changed - just the bookmarks. This is because I have so many and I want more of them to display.

I did see the question on changing font size of items in folder, on bookmarks toolbar, and sub-folders, etc; But, I'm talking sidebar on firefox, I don't have Google Chrome and I am not a developer.

TheClamkinator

Posted 2012-02-11T21:13:04.137

Reputation: 43

Answers

2

The selector for the items in the Bookmarks Sidebar is #bookmarks-view. So, for example, adding the following rule in your userChrome.css will change the font size to 20px:

#bookmarks-view
{
    font-size: 20px !important;
}

screen shot

iglvzx

Posted 2012-02-11T21:13:04.137

Reputation: 21 611

Thank you! Stupid follow-up qus: must I install Chrome to do that? (But Chromoe is part of Google, not part of FF, right?) Does Chrome grab my private info? – TheClamkinator – 2012-02-11T23:36:29.067

1This has nothing to do with Google Chrome. Follow the userChrome.css link in my answer for directions. – iglvzx – 2012-02-11T23:45:01.677

1

Here's an add-on for Firefox: Theme Font & Size Changer

Theme Font & Size Changer lets you change the global font size and font family used for the user interface in Firefox. Design your browser with your favorite font.

Marek

Posted 2012-02-11T21:13:04.137

Reputation: 11