How to change the random quote text color

Styling such as text color, font size, background color, etc., of the random quote can be customized by editing your theme’s styles.css file to apply CSS like the following.

.testimonials-widget-testimonial blockquote {
    color: blue;
}


Before version 2.11.0, use q than blockquote.