The text colour of the thank you page is black and there doesn't appear to be any way to change it. Where is the text colour for the thank you page changed?
1 Like
Hi Ryan,
Hope you are doing well.
You can change the text color of the thank you page using CSS Customization. Please navigate to Build > Design > CSS Customization and enter the following code -
.ss_completed_container__content-wrapper .ss-survey-text-question-text p{
color :white;
}
Hope this helps.
Cheers,
Sid
2 Likes