I would like to be able to increase the size of the font used in the bookmarks file used in Seamonkey
Asked
Active
Viewed 359 times
1 Answers
1
Use your file manager to open /home/andy/.mozilla/seamonkey/k55ql4r2.default/chrome/ changing andy to your actual username and k55ql4r2.default to your actual profile's name.
Create a new text file in there named userChrome.css using the exact same spelling.
Paste in the following content:
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* set default namespace to XUL */
menupopup#bookmarksMenuPopup * {
font-size: 20pt !important
}
You can change 20pt to a higher or lower value to meet your specific needs.
Restart Seamonkey. That is essential.
Before:
After:
DK Bose
- 44,553


