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.
Use your file manager to open
/home/andy/.mozilla/seamonkey/k55ql4r2.default/chrome/
changingandy
to your actual username andk55ql4r2.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:
You can change
20pt
to a higher or lower value to meet your specific needs.Restart Seamonkey. That is essential.
Before:
After: