Hey, can anyone help me to change the text of the 'request response' box within a survey? Or even just to a red colour so it grabs the attention more.
Thanks in advance 😀
> @Subu said:
> Go to Look & Feel --> Style --> Custim CSS
>
> Paste below line there and save
> .ValidationError{color:red!important;}
>
Thanks Subu but that hasn't worked?
> @Subu said:
> Have you included the period (.)?
> .ValidationError{color:red!important;}
>
> There is a period (.) before ValidationError!
>
Yes I have...
To change the text that displays for the Request Response message, title, or buttons, you can add the below to the question's JavaScript in the OnReady section:
To change the background and font color for the Request Response message, title, or buttons, add the below CSS to the Style section of the Look & Feel: