Changing the text colour on the submit button of the form.
/* Changing the text colour on the submit button of the form. */ .wpcf7-form input[type="submit"], .wpcf7-submit { color: #ffffff; } @Martin-1 Write