palimo Hi
You can open this PHP file: /templates/ja_resume/acm/testimonials/tmpl/style-1.php
Look for this line of code:
<p>"<?php echo $helper->get ('data-special.testimonial-text', $i) ?>"</p>
change it to:
<p><?php echo $helper->get ('data-special.testimonial-text', $i) ?></p>