Frontpage font and widt

GK User
Sun Nov 22, 2015 2:49 pm
How do i change the font and the width of the frontpage header txt.
(see picture)
User avatar
Junior Boarder

teitbite
Tue Nov 24, 2015 12:20 pm
Hi

Here is a code used for font and width:

Code: Select all
#gkHeaderMod h2 {
    font-family: "Shadows Into Light",Arial,sans-serif;
    width: 40%;
}


just copy it to override.css with changed values.
User avatar
Moderator


cron