Impulse Theme: How to change background color of a homepage section?

Hello!

Wondering if any one has had any success with editing the code of your Impulse theme in order to change the background color of a homepage section?

As it is now, the entire homepage has the same background color - the only sections you can change the background color of are the footer and newsletter sign up.

Any help would be greatly appreciated!

Hello ProteaZero,
Please share your site url.
Also share the screenshot of which Home page Section Background Color you want
to change.So that i can check and let you know the exact solution here.

Hello, ProteaZero,

Did you got the solution of changing section background color?

1 Like

Hey there @profeel ,

Are you able to provide your store URL and what section you want to change the background?

Hello! UmairA

URL: https://projectorhk.myshopify.com/

Would like to change this section.

Thank you.

Hey again @profeel ,

Your store is password protected. You can PM the password.

Hey there @profeel ,

I received your password, add the following code to your theme.scss.liquid file

#shopify-section-1525295772132 {
background: white !important;
}

Change the color value to whatever you want.

Hope this helps, if so, consider giving some Thumbs up!

Hey, how do i change the color for the “image with text” section on impulse theme? what you sent before worked for collection color. how to do the same thing for image with text?

would appreciate the help.

Thank you in advance

Hello Srujan68,
Please share your site url.
So that i can check and let you know the exact solution here.