hey, does anyone know how to change the fontsize on Thunderbird's menus/toolbars? I've found
info that says it can be done by modifying the userchrome.css files but I'm not sure how to do this. I can find the file location, but when I open it the folder is empty so I'm not sure where/how to modify it...?
Comments 8
Reply
Reply
C:\Documents and Settings\lx\Application Data\Thunderbird\Profiles\default\wxhtvzkc.slt\chrome
...so yours should be something like:
C:\Documents and Settings\[your username]\Application Data\Thunderbird\Profiles\default\[maybe "wxhtvzkc.slt" -- it was the only directory there]\chrome
Copy something like what esk gave you into notepad and save it there as "userChrome.css" (make sure the "Text Document (.txt)" is changed to "All files" and you might want to also quote the filename so it doesn't wind up being "userChrome.css.txt"). Then re-start Thunderbird.
(Sorry for posting twice, I accidentally posted with errors before previewing, so I deleted the first comment :)
Reply
Reply
i tried making the font size bigger with:
menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab,
tree, tooltip
{
font-size: 18px !important;
}
and it worked. so give it a shot...
Reply
Reply
Leave a comment