How do I remove the cite or credit block

In your theme’s custom.css or styles.css file write the following CSS.

.testimonials-widget-testimonial cite::before, .testimonials-widget-testimonial div.credit::before { display: none; }