PenciDesign replied
Hi,
I recommend you use Contact Form 7 plugin to create contact form for your site.
Check more about contact form 7 plugin here
If you want to keep the contact form plugin you're using, let's add more this code to Customize > Custom CSS to fixed issues about text color & quote marks:
.post-entry a{ color: #607d8b; }
.post-entry blockquote.contact-form-submission{ padding-left: 0; }
.post-entry blockquote.contact-form-submission:before{ content: none; display: none; }
Best Regards,
PenciDesign