Change testimonials colour

Hello Miles,

Try this CSS:

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
    background-color: red;
}
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
    border-color: red transparent transparent transparent;
}

Let me know if you got everything alright.

Regards