Where do I change the background color for section-5 module for Testimonials? I didn't see any CSS that controls this using developer tools. and I didn't see it in a palette controlled by this module. Thanks.
Hi patvandenbosche
You can override this CSS rule:
.acm-testimonial.style-1 .testimonial-item-wrap:before { background: #1A4444 !important; }
and change to your desired color.
Thank you!