News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Adjusting firefox menu font

Started by royw, April 04, 2008, 10:14:21 PM

Previous topic - Next topic

royw

On my system, firefox's menus were too small to read.  Here's a way to adjust them.

Create firefox chrome directory for root user:

susdo mkdir /root/.mozilla/firefox/pluto.default/chrome

Copy the example userChrome.css file from the linuxmce user account to the this directory:

sudo cp /home/linuxmce/.mozilla/firefox/*.default/chrome/userChrome-example.css /root/.mozilla/firefox/pluto.default/chrome/userChrome.css

Set ownership of the chrome directory and contents to root:root

sudo chown -R root:root /root/.mozilla/firefox/pluto.default/chrome

Edit /root/.mozilla/firefox/pluto.default/chrome/userChrome.css and add the following:

* {
font-size: 16pt !important
}

Adjust the font-size to whatever looks best on your system.

HTH,
Roy
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

ouie

Thanks roy....I tried adjusting it from within Firefox but there is a Font size limit. You solution should solve that.