my programmer suggested this –
“or maybe just get rid of them altogether – the first one looks terrible being before the heading”
Scott,
Great to know about the 5-stars.
I take it that your programmer didn’t notice the quote classes already in the HTML source or testimonials-widget.css CSS as an example from http://aihr.us/about-aihrus/testimonials/.
<blockquote> <p> <span class="open-quote"></span><span itemprop="reviewBody">Very prompt customer service and very knowledgeable</span><span class="close-quote"></span> </p> </blockquote>
.testimonials-widget-testimonial .open-quote:before {
content: '\201C';
}
.testimonials-widget-testimonial .close-quote:after {
content: '\201D';
}
Lastly, there’s FAQ at https://aihrus.zendesk.com/entries/23692086-How-to-get-rid-of-the-quotation-marks-that-surround-the-random-quote-.
Did I cover what’s needed for you?
Thanks – i’ll refer her to this post in the morning and mark as resolved…