Quote Originally Posted by gbengoose View Post
Perfetct!!! Thanks

How do I remove the quotation marks and box that surrounds the testimonial?
open includes/templates/YOUR_TEMPLATE/css
testimonials_manager.css
display_all_testimonials.css


remove the image reference from the following rules

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%;
}