Martin-1
1/22/2018 - 7:45 PM

Changing the text colour on the submit button of the form.

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