For the CSS <blockquote> how do I add another big quotation image towards the end of a quote. At the moment only the starting quotation image is showing.
Thanks

Looking for any yellow minion ...
blockquote::after {
color: #e74c3c;
content: "\f10d";
font-family: FontAwesome;
font-size: 32px;
line-height: 0;
position: absolute;
right: 0;
top: 15px; }
blockquote {padding: 0 44px;}