Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

need to increase bookmark font size. my eyesight is poor

  • 1 përgjigje
  • 10 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga cor-el

more options

my eyesight is poor. How do I increase the font size on the bookmark bar?

my eyesight is poor. How do I increase the font size on the bookmark bar?

Krejt Përgjigjet (1)

more options

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

Add code to userChrome.css below the @namespace line.

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

#personal-bookmarks .toolbarbutton-text {font-size:13pt !important; font-weight:bold;}
#personal-bookmarks .bookmark-item menupopup * {font-size:13pt !important;}