Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created December 30, 2016 21:50
Show Gist options
  • Save nickdavis/95025ffe1662f393f5065308a11b837e to your computer and use it in GitHub Desktop.
Save nickdavis/95025ffe1662f393f5065308a11b837e to your computer and use it in GitHub Desktop.
Add a comma after the testimonial name displayed by the Testimonials by WooThemes widget
.testimonials span[itemprop="name"]::after {
content: ",";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment