Hello
I would like to know if it was possible to create a nice looking quote like the one at the bottom of this page http://www.alueducation.com
The only one that I have found “testimonial” looks like a cartoon bubble or just centered text.
Thanks
Hey yodec!
You can try this third-party plugin:
https://wordpress.org/plugins/testimonials-by-woothemes/
You could then modify the (plugins directory)/testimonials-by-woothemes/woothemes-testimonials-template.php file on line 88 to add the quotes in span tags on each side of the blockquote tags.
E.g
<span>"</span>
Style it and it does the trick.
Some ideas of quotes styling: http://css-tricks.com/examples/Blockquotes/
Best regards,
Arvish
thank you Arvish I will try it out!