How to I change (enlarge) the default font in gumax 3.2.1

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
oub
Rank 0
Rank 0
Posts: 3
Joined: November 15th, 2007, 6:39 am

How to I change (enlarge) the default font in gumax 3.2.1

Post by oub »

Hello

I find the default font size of gumax (3.2.1) a little to small for my tast
in mozilla I have to zoom in at least once.

How can I enlarge the default font size.


thanks

Uwe Brauer
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How to I change (enlarge) the default font in gumax 3.2.1

Post by Paul »

The font size is sitting in file gumax_template.css, open the file and find the section at the very beginning:

Code: Select all

    body {
        font-size: 11px;
        margin: 0; padding: 0;
        min-width: 740px;
        background: #fff; /* web site background */
    }
Change the font-size to whatever you like.
Post Reply