Title: Font size
Last modified: August 30, 2016

---

# Font size

 *  Resolved [msgliniewicz](https://wordpress.org/support/users/msgliniewicz/)
 * (@msgliniewicz)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/font-size-116/)
 * Is there an easy way to modify the font size for Easy Testimonials?
 * It look like its pull font size from the main CSS Style sheet so, if I modify
   the Easy Testimonials, I am changing all the fonts on the page?
 * Thanks
 * [https://wordpress.org/plugins/easy-testimonials/](https://wordpress.org/plugins/easy-testimonials/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/font-size-116/#post-6767860)
 * Hey msgliniewicz!
 * The easiest way to do this, without using our Display options, is via Custom 
   CSS.
 * Typically, you just need to apply styling to spans and paragraphs within the 
   easy_testimonial blockquote.
 * So, assuming you don’t have much CSS in your theme to override, something like
   this should work:
 *     ```
       blockquote.easy_testimonial span, blockquote.easy_testimonial p{
            font-size: 18px;
       }
       ```
   
 * You may need to throw in an !important tag, if you’re having issues getting it
   to take.
 * I hope that helps!
 * All the best,
    Richard
 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/font-size-116/#post-6767983)
 * Hey msgliniewicz!
 * We had some issues with CSS conflicting and causing some display options not 
   to work. That has been fixed, and may have been why you needed to ask.
 * This issue has been fixed with the most recent update, version 1.33.
 * All the best,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Font size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-testimonials.svg)
 * [Easy Testimonials](https://wordpress.org/plugins/easy-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-testimonials/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/font-size-116/#post-6767983)
 * Status: resolved