/
How do I hide the comma after the source

How do I hide the comma after the source

Use CSS in your theme's `style.css` or `custom.css` file.

.testimonials-widget-testimonial .join-location,
.testimonials-widget-testimonial .join-title,
.testimonials-widget-testimonial .join {
    display: none;
}

Related content

How do I put company details on a separate line
How do I put company details on a separate line
More like this
How do I put the title or location on a separate line
How do I put the title or location on a separate line
More like this
How to get rid of the quotation marks that surround the random quote
How to get rid of the quotation marks that surround the random quote
More like this
How do I customize my testimonial single output
How do I customize my testimonial single output
More like this
How do I use filter `testimonials_widget_get_testimonial_html`?
How do I use filter `testimonials_widget_get_testimonial_html`?
More like this
How is a testimonial list formatted with CSS
How is a testimonial list formatted with CSS
More like this