Home › Forums › Theme support › Lambada: send button in contact form almost unvisible, how to change colour? › Reply To: Lambada: send button in contact form almost unvisible, how to change colour?
Sorry, don’t saw that you use a plugin for the contact form.
Please add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
.wpcf7-submit {
background:#C21935;
color:#fff;
}
This should solve the problem.
Please note that plugins normally comes with own styling, normally it’s not the job of the theme…