Change Testimonial Section Color

How do I change the color of this purple box to green?

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
background-color: #000000;
}

Thanks!
Colorlib Support Team

Thank you - the bottom triangle still seems to be purple, though?

Hello there,

I hope you are doing well today.

This CSS should change the arrow color:


/*Arrow Color*/
#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
    border-color: red transparent transparent transparent;
}

Best Regards,
Support