Title: Remove quotation mark
Last modified: August 30, 2016

---

# Remove quotation mark

 *  [fpats](https://wordpress.org/support/users/fpats/)
 * (@fpats)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-quotation-mark/)
 * Installed and works great, thanks!
 * Messed around with the CSS a bit to get it working with my theme but I can’t 
   for the life of me work out how to hide or remove the quotation mark, can you
   help please?
 * thanks alot!
 * [https://wordpress.org/plugins/perfect-client-testimonial/](https://wordpress.org/plugins/perfect-client-testimonial/)

Viewing 1 replies (of 1 total)

 *  [ranjanapandey](https://wordpress.org/support/users/ranjanapandey/)
 * (@ranjanapandey)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-quotation-mark/#post-6249859)
 * To hide quotation mark you need to go in style.css and find below class
    .client-
   description:before{display:none;}
 * then just add display none rule in the same class.
 * This rule will hide quotation mark. And if you want to align text to left then
   find this below class in the style.css and make text indent value 0px like below.
 * .client-description > p {
    text-indent: 0px; }

Viewing 1 replies (of 1 total)

The topic ‘Remove quotation mark’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/perfect-client-testimonial_5c2423.
   svg)
 * [Perfect Client Testimonial](https://wordpress.org/plugins/perfect-client-testimonial/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/perfect-client-testimonial/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/perfect-client-testimonial/)
 * [Active Topics](https://wordpress.org/support/plugin/perfect-client-testimonial/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/perfect-client-testimonial/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/perfect-client-testimonial/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ranjanapandey](https://wordpress.org/support/users/ranjanapandey/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-quotation-mark/#post-6249859)
 * Status: not resolved