Add color or image to section background?

Is there a way to add color and/or an image to the section background on the venture theme? Here is a link to the store: https://laface-skin-care.myshopify.com/?_ab=0&_fd=0&_sc=1&key=a2a35434a549b03ad233264794405b77106e714c7d9528442a82aae4c696697d. I’d like to replace the white background with a background image.

Below is a screen shot showing one of the sections I want to add a background image to. Thanks!

To change the color of the background. Basically, you need to add this code at the bottom of theme.scss or styles.css. You can change hex color codes to your preferences.

#shopify-section-16179437181624cb83 .section-block {
    background-color: #cecfd0;
}

#shopify-section-16179437181624cb83 .page-width {
    background-color: #cecfd0;
}

Regarding image swap, it will take substantial CSS manipulation and adjustment so that looks good on desktop and mobile.