Hi Nicole,
The surround color can currently be modified through manual editing of settings. To accomplish this, open the <Surveyname>.info file in the survey's folder. Have Survey123 Connect closed or not on the form (otherwise, it will not allow manual edits). Add in the following immediately before the displayInfo entry (after the first { 😞
"webformInfo": {
"theme": {
"webPage": {
"backgroundColor": "#FFBBFF"
}
}
},
The FFBBFF is a color code- supply one that matches you're desired color (FFFFFF would be white, for example).
The attached file shows the same but at the end of the file (which changes comma placement). You may want to check to make sure you've done this properly by testing the entire text at a site like JSONLint - The JSON Validator.
We plan to make this accessible as a user-configurable setting in the future.