Changing the Background Colour of Homepage Section

Hi,

I am looking to change the background colour of a homepage section. I am using the Debut theme and looking to change the ‘How It Works’ background colour to #F5F5F5

https://care-box-collection.myshopify.com/

Appreciate if you could help me.

Thanks

Hi,

Add this code to the bottom of theme.css

#shopify-section-163411876999e2f023 {
  background: #F5F5F5 
}

Thank you!

If the code works, please mark the answer as a Solution so that others can benefit.