LinuxMCE Forums

General => Users => Topic started by: royw on April 04, 2008, 10:14:21 PM

Title: Adjusting firefox menu font
Post by: royw on April 04, 2008, 10:14:21 PM
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
Title: Re: Adjusting firefox menu font
Post by: ouie on April 12, 2008, 02:12:58 AM
Thanks roy....I tried adjusting it from within Firefox but there is a Font size limit. You solution should solve that.