Colour of the Text on the Submit Button on Subscription Form

The text on the Submit button on the Subscribe widget is by defalt black, can someone give me the CSS to enable this to be white please? Many thanks

1 Like

Hi @Victoria_Hansen

Which widget do you mean?

1 Like

The Subscribe Widget, sorry didn’t check my typing before submitting.

1 Like

Hi @Victoria_Hansen
Add this code to the Custom CSS field on the Appearance tab of your Subscription Form widget’s settings:

[class*="ButtonBase__ButtonContainer"] {
  color: red !important;
}
3 Likes

Thank you Sina, that worked perfectly. I just substituted red for white. Will this CSS work for other widgets?

2 Likes

Hi there, @Victoria_Hansen :waving_hand:

This code will also work for some widgets, which have the same button element (for example, other Forms widgets: Contact Form and Form Builder).

However, if the code doesn’t work for a different case, please specify the widget in question and we’ll gladly help you :slightly_smiling_face:

1 Like