Custom Color of Submit Button

I’d like to be able to set custom color of the Submit Button

1 Like

Hi @Eric_Niceberg :wave:

I see that it would be awesome to have such a setting in the configurator. We’ll try our best to consider this opportunity in the future updates.

As for now, you can add this code to the Custom CSS field on the Appearance tab of your widget’s settings:

[class*="ButtonBase__ButtonContainer"] {
  color: white !important;
}