How can I modify the background color of a testimonial section?

Topic summary

A user seeks help changing the testimonial section background color to #f9f9f9 and wants the second testimonial to display first instead of the first one.

Proposed Solution:

  • Add CSS code to custom.css or theme.css via Online Store > Themes > Edit code > Assets
  • Target .splide__slide .card-body with background: #f9f9f9;

Status:

  • The CSS solution addresses the background color request
  • The testimonial display order question remains unanswered
  • No confirmation yet on whether the solution was tested or successful
Summarized with AI on November 18. AI used: claude-sonnet-4-5-20250929.

Hello,

I want to change the background of the testimonial seciton to #f9f9f9, would really appreciate some help with that.

Also if possible, could the second testimonial be loaded first rather than starting from the first one?

This is the section I’m talking about in my product page:

Thank you

Store URL: https://merciane.com/

Hi,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.splide__slide .card-body { background: #f9f9f9}