Question T11562
Visible to All Users

Getting rid of the box on the survey completion page

created 2 years ago

Clipboard-File-1.png
How can I get rid of this gray box?

Answers approved by surveyjs Support

created 2 years ago

Hello Amanda,
You can override the complete page's background color by customizing the sd-completedpage CSS class:

CSS
.sd-completedpage { background-color: white; }

Alternatively, you can hide the complete page by disabling the survey.showCompletedPage option.

Feel free to contact us if you have any questions or require further assistance.