Font size in cornflower theme

Re: Font size in cornflower theme

by Adam Campbell -
Number of replies: 0

Yeah sure!

http://virtual.avonvale.co.uk/

I havent added any links to themes using larger font sizes on the accessability block. But here is a link to a theme with modified font sizes.

http://virtual.avonvale.co.uk/index.php?id=1&theme=cornfloweravon_pink_medium

In the docstyles.php document i made the following changes and uploaded the file to the cornfloweravon_pink_medium theme.


h1 {
    font-size:1.9em!important;
    margin:0.5em 0 0;
}

h2 {
    font-size:1.9em!important;
    margin:0.5em 0 0;
}

h3 {
    font-size:1.9em!important;
    margin:0.5em 0 0;
}

Regards,

Adam