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
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 ![]()
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 ![]()
1 Like