Here is a small snippet to change your background into simple color.

Just like this:

margin

To do that, just add the following css in the “advanced customization” section of your editor:

.layout {
background-color:#1bbc9d;
}

Obviously you have to change the color code “#1bbc9d” for your own.

To get the best result, choose a color with a good contrast with yours feature’s colors.