If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
sorry about this dumb question, but i installed firefox on 5.10 and have been trying to enlarge the letters on the menu at the top (File, Edit, View, etc.) because they are too small to read. how do i enlarge the letters?
cheers!
-=|From the desk of|=-
«•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
«•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
«•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•» Reg. Linux User # 400637
In your home directory is a hidden directory .mozilla
In there is your firefox profile. When you go down the folders to your profile, you will be able to see a folder called chrome (sorry I can't be more specific, I am not at home right now...)
In this folder chrome you will find a file called "userchrome-example.css".
When you open it, add the following lines:
menupopup > * {
font-size: 15pt !important
}
and save the file in the same directory as userchrome.css
Close Firefox, open it again, and the menu font should be bigger.
If it is still not big enough change the "15" to a higher value, close and start Firefox and that is it.
Comment