Hey Brodnax —
Depending on the source of the Quote marks, the easiest way to do so would be with Custom CSS. Targeting the paragraphs and setting the content attribute to nothing should do it, if the quotes come from our plugin.
All the best,
Richard
Hey Brodnax!
I haven’t heard back, so I’m assuming this has been addressed outside of the forum?
If you did find a solution and want to paste it here for anyone else reading this thread, that would be helpful!
I will go ahead and mark this topic resolved.
All the best,
Richard
Hi Richard,
I have the same challenge, but haven’t found a solution in the forums yet that work for me. Would you be be able to have a look?
http://9a4.591.myftpupload.com/testimonials/
I’ve tried to find any CSS to remove the quotation mark, but no luck.
Many thanks in advance for your support!
Cheers,
Vibeke
Hi again,
Ok, problem sorted! I found the solution on this page: http://www.agentevolution.com/forums/topic/block-quote-on-testimonial-page/
If anyone else needs this, simply add the following code to the custom CSS sheet:
blockquote.easy_testimonial:before {
content: “”;
}
-Vibeke