Changing the background color of an image + text section in the Debut Theme

Hi there I am trying to figure out where I need to edit the code of my Debut theme to be able to change the color of an image + text section on my home page. Also looking for help on how to change the title and body text colors on the section as well. Please help! (:

Hello @lexiemccarty ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

Hi there, thank you!

This is my preview link for the theme I am currently working on/about to implement:

https://kustomwoodcreations.com/?_ab=0&_fd=0&_sc=1

And my store link:

https://kustomwood-creations.myshopify.com/

The page I am working on is the home page, I wanted to change the color of the background on the image + text sections

@lexiemccarty ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

You can change the values as per your wish:

#ffeedc = background color

#2b2b2b = text color

Kind regards,
Diego

Thank you so much!! Follow up question – is there an easy way to add a line of code to add customer images to the testimonial section?