carine-k
Hi
To remove the background image add this code in custom.css
.home-feature {
background: none;
}
The 2nd color is the Body color of the template. changing this color will impact on all parts of Homepage
.layout-home body {
background-color: #eee;
color: #777;
}