Add color or image to section background?

Add color or image to section background?

JS777
Excursionist
42 0 20

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=a2a35434a549b03ad233264794405b77106e71.... 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!

Screen Shot 2021-07-29 at 9.03.02 AM.png

 

Reply 1 (1)

Nick_Marketing
Shopify Partner
1487 336 466

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.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).