Hi Jim and thanks for the reply.
I found the following in the mobile.css
#front-text1 h1, #front-text2 h1 {
font-size: 2em;
line-height: 1.3em;
}
And all I had to do was change the the font size to to following ( I also changed the line height for a bit extra seperation):
#front-text1 h1, #front-text2 h1 {
font-size: 1.3em;
line-height: 1.5em;
}
Tested and this works for me. I know it’s the main mobile css, but this is such a minor thing to edit in future updates, I really don’t care 🙂
Thanks again for your help!