Quote Originally Posted by dysfunctional View Post
(Sorry if this have been asked before....)

However I just installed this wonderful contribution and it really looks awesome! But I'm using a black background so the graphics doesn't look too good. I wonder if there are graphics suitable for black backgrounds already made, or do I have to create them myself?

I'm not lazy... but if the effort has already been done by someone who wants to share, I do not see the reason to re-do that work :)

Best regards
You'll have to create your own.

lftblockquote.png
rgtblockquote.png

OR

you can edit
display_all_testimonials.css and testimonials_manager.css

and remove the reference(s) to the images

blockquote {
margin:0 !important;
padding:0 !important;
background: url(../images/lftblockquote.png) top left no-repeat;
border:1px solid navy;
height:1%;
}

blockquote div {
padding:38px 56px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}