Hello, is there a way to change te color of the button?
You can add this custom CSS to the form. The background controls the background color and the "color" controls the text color.
.btnwprevsubmit { background: #2ea3f2; color: white;}
You can get Hex color codes at a sight like this...
https://htmlcolorcodes.com/color-picker/
Customer support service by UserEcho
You can add this custom CSS to the form. The background controls the background color and the "color" controls the text color.
.btnwprevsubmit {
background: #2ea3f2;
color: white;
}
You can get Hex color codes at a sight like this...
https://htmlcolorcodes.com/color-picker/