need to increase bookmark font size. my eyesight is poor
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?
All Replies (1)
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;}
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html