Change color of success message

no one has gotten back to me on support for days, can I do this or not? anyone? thanks, Jim

I simply need to change the after message when someone fills out my popup form from green to blue!

2 Likes

Hi there, @Jim_Lisi :wave:

Apologies for the delayed response!

Please add this code to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

[class="SubmitMessage__Title-sc"],
[class="SubmitMessage__Text-sc"] {
  color: blue;
}

already did with the help of chatgpt, thanks-

Jim

1 Like