Motion theme change headers, section background, and footer

Hello, I want to know I can change the background of the sections I put on the main page using the MOTION THEME. Also want to know how I can change the background of the footer. Is this possible? Attached a photo for reference. Notice how the featured collection sections here on the homepage has a backdrop (whale artwork)

Thanks in advance!

@sbs_coder ,

please send your store URL..

www.shopbangtanstyle.com it currently has a password since I’m editing it. Do you need it too? I also need to change the color of the announcement header in one of the pages without affecting the color of the one on the home page. Is that possible?

@sbs_coder

Yes I need your store password

BTSEdit

@sbs_coder

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

.site-footer {
    padding-bottom: 40px;
    background-color: #513d79 !important;
}

@sbs_coder

Add this code in the bottom of the theme.scss or theme.css file.

@sbs_coder

You are trying to make something similar to your given reference.

Your Site is fully customizable through the code. for that, you need the developer’s help.

Let me know if you need any help.

Thank you.

For the whale art work try this code.

.section-header {
background-image:url('https://www.IMAGE_ADDRESS_HERE.jpg');
    height: 200px;
}

Thank you! But I was trying to make the footer background color an image instead. Is that possible?

I’ve actually added my footer and section images as assets here in the code. How can I quote them in the theme.css that you were mentioning?

Use background-image:
instead of color

@sbs_coder

take the image URL and add it.

If you still want more help hire a developer.
let me know

Thank you