How do you style alternating background colors

In your theme’s styles.css file use the CSS classes .testimonialswidget_testimonial.even and .testimonialswidget_testimonial.oddto style alternating background colors for testimonial lists.

.testimonials-widget-testimonials .even { background-color: red; }
.testimonials-widget-testimonials .odd { background-color: blue; }

Please note that this is a premium feature.