Created
December 30, 2016 21:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.testimonials span[itemprop="name"]::after { | |
content: ","; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment