How can I get rid of this gray box?
Getting rid of the box on the survey completion page
Show previous comments
(0)
Comments
(0)
Sign in to comment on this post
Answers approved by surveyjs Support
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.