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

HOW DO I MAKE THE TOOL BARS AND HEADING AND BOOKMARKS LARGER SO i CAN READ THEM EASIER?

  • 5 replies
  • 2 have this problem
  • 1 view
  • Last reply by JRMEINEN

more options

I WOULD LIKE TO MAKE THE PRINTING BIGGER ON THE TOOL BARS AND BOOKMARKS SO I CAN READ IT FROM FARTHER AWAY. I HAVE A LAPTOP USING A TV AS A MONITOR, AND I HAVE TO SIT A LITTLE TOO FAR AWAY TO READ IT. THE PRINTING . ON A SITE I CAN MAKE BIGGER WITH THE SCROLL WHEEL AND THE CNTRL KEY, BUT CAN YOU HELP ME ON THE OTHER THINGS LIKE THE TOOL BARS AND THE TABS?

I WOULD LIKE TO MAKE THE PRINTING BIGGER ON THE TOOL BARS AND BOOKMARKS SO I CAN READ IT FROM FARTHER AWAY. I HAVE A LAPTOP USING A TV AS A MONITOR, AND I HAVE TO SIT A LITTLE TOO FAR AWAY TO READ IT. THE PRINTING . ON A SITE I CAN MAKE BIGGER WITH THE SCROLL WHEEL AND THE CNTRL KEY, BUT CAN YOU HELP ME ON THE OTHER THINGS LIKE THE TOOL BARS AND THE TABS?

All Replies (5)

more options

Use this for the user interface:

You can use an extension to set a default font size and page zoom on web pages.

more options

That works great, thanks! But I was wondering too if there is a way to make the little X bigger on the tabs. They don't increase in size when the size is increased using the Theme Font and Size changer. Thanks for all the help.

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 */

.tab-close-button .toolbarbutton-icon,
.tabs-closebutton .toolbarbutton-icon {
height: 25px !important;
width: 25px !important;
margin:-4px 0px !important;
}
more options

Thanks, but you went way past my level of expertise with that one!