Change “Post comment” button color. Please follow these steps:
- Go to Appearance → Customize.
- Select “Additional CSS”.  Then insert the following CSS:  input.submit.submit {
 background-color: orange;
 color: white;
 }
Change ” Send” button color in Contact Form 7. Please follow these steps:
- Go to Appearance → Customize.
- Select “Additional CSS”. Then insert the following CSS:
- input.wpcf7-form-control.wpcf7-submit {
- background-color: orange;
- color: white;
- }


