Change the text color in Submit Button

One can do this with the help of this CSS code:

.global-styles,[class*='FieldsGrid__ButtonsGroup-s']
[class*="ButtonBase__ButtonContainer"] {
color: red !important;
}

I’d love to be able to change this in the widget editor! :wink: Thanks!

1 Like