To override the upper case text, you would need to insert your own CSS in to the Additional CSS section of the theme:
tag.class {
text-transform: none;
}
h1 {
font-size: 10px;
}
Insert that code in to the Additional CSS section, then change the value to a larger one.