Hello there, Paul! Thanks for getting in touch and welcome to the forums–we hope you’re enjoying the plugins so far. š
Good question. You can target the submission button in your theme’sĀ styles.css file with this CSS class:
button, .button, input[type="button"], input[type="reset"], input[type="submit"]
So, for example, you could do something like:
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
background-color: #000;
font-size: 16px;
}
Give that a shot and let me know if it helps. š
Cheers!
Geoff