Hello @tkcostello,
Thanks for writing in! The default button text in the theme using the uppercase. That is because of the built-in styling CSS:
.x-btn,
.button,
[type="submit"] {
text-transform: uppercase;
}
You can modify the code above by settings the value to capitalize and then add CSS code into Pro > Theme Options > CSS. You can check out the CSS attribute in this article:
Feel free to make adjustments as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Intro to CSS - https://goo.gl/mFuWQT
How to get CSS selectors - https://goo.gl/BmoH39
Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
CSS Media Queries - https://goo.gl/L3ZHNg