How to change my Testimonial Heading color?

Topic summary

Goal: Change the testimonial section heading “We Love Our Customers” from black to hex #FB6107.

Solution provided and confirmed:

  • In the theme editor (Online Store → Theme → Edit code), open Assets → theme.css.
  • Add at the bottom: .module-title.dynamic-testimonials-title { color: #FB6107; }
  • The change worked as intended.

Additional guidance:

  • A follow-up asked for the theme name and showed how to find it via the Theme Editor (three-dot menu). A screenshot was included, but it was not essential to the solution.

Outcome and status:

  • The color change is implemented and verified by the original poster.
  • Discussion is resolved; no outstanding questions.
Summarized with AI on February 28. AI used: gpt-5.

Hello I was wondering how I can change the text color of my Testimonial Heading color? I want to change the color of “We Love Our Customers” from black to Hex: #FB6107

Website: www.ecogarby.com

Password: ccc

Thank you so much for your time!

Hello @Acid2Rain ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css-> paste bellow code in bottom of file
.module-title.dynamic-testimonials-title {
    color: #FB6107;
}

Thanks

1 Like

It worked!!! Thank you so much for your help! Really appreciate it :slightly_smiling_face:

Hey @Acid2Rain .

Thanks for reaching out.

I appreciate that you have included the URL to your online store. Could you let us know which theme you are using? As this context will determine the next steps to changing the testimonial heading color. If you are unsure about which theme is live on the store, you can navigate to the Theme Editor and select the three dots that are located in the top left of the page. I took a screenshot of my test store to show you the section I am referring to:

Looking forward to your response.

1 Like