テーマのstyle.cssの以下部分に文字色設定することで解決しました。
input[type=”button”],
input[type=”submit”],
input[type=”reset”] {
padding: .714288em 1.42857em;
-webkit-transition: .3s ease all;
-moz-transition: .3s ease all;
-o-transition: .3s ease all;
transition: .3s ease all;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color:#222;
background-color: #efefef;