@chrisrueckert: Hello Chris,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the color of Testimonial box */
#testimonial-content-section .entry-content::after {
background-color: #f23456;
}
/* To change the color and style of white line in the Testimonial section */
#testimonial-content-section .entry-content::before {
border: #000;
border-style: dashed;
border-bottom: unset;
}
You can change the color and border style according to your choice.
Let me know if this works out!
Kind Regards,
Skandha