This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How do I make the icons and text on the Navigation Toolbar larger? Not smaller but larger.

  • 3 antwoorde
  • 3 hierdie probleem
  • 2 views
  • Laaste antwoord deur MikeSA

more options

I see that in View/Toolbars/Customize where "Use Small Icons" can be set. But can't find any place where I can make them larger. Is that even possible?

I see that in View/Toolbars/Customize where "Use Small Icons" can be set. But can't find any place where I can make them larger. Is that even possible?

Gekose oplossing

Wonderful, dmcritchie. I just downloaded the referenced Add-On: Theme Font & Size. It solves the size problem I had. Thanks much!!

Lees dié antwoord in konteks 👍 0

All Replies (3)

more options

Firefox Problems & Issues (Notes)

See what are currently items #47 - #49
"Larger toolbars and buttons for those with disabilities and/or color buttons(#fx4large)"
http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4large
more options

Add code to userChrome.css in the chrome folder below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#nav-bar toolbarbutton > .toolbarbutton-text { font-size:14pt!important; }
#nav-bar toolbarbutton > .toolbarbutton-icon { height:32px!important; width:32px!important; }

#personal-bookmarks .bookmark-item > .toolbarbutton-text { font-size:14pt!important; }
#personal-bookmarks .bookmark-item > .toolbarbutton-icon { height:24px!important; width:24px!important; }
more options

Gekose oplossing

Wonderful, dmcritchie. I just downloaded the referenced Add-On: Theme Font & Size. It solves the size problem I had. Thanks much!!

Gewysig op deur MikeSA