How do I change the default color of the submit button on the form?
Hi mleite1!
Please go to Enfold theme options > General Styling tab > Main Color and edit “Primary color”.
If you would like to change its color independently, please add following code to Quick CSS
.main_color input[type='submit'] {
background-color: orange;
color: red;
border-color: blue;
}
Best regards,
Yigit