Title: Custom CSS
Last modified: November 9, 2018

---

# Custom CSS

 *  Resolved [niccolls](https://wordpress.org/support/users/niccolls/)
 * (@niccolls)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/custom-css-211/)
 * I want to change the font size in the testimony to 11pt and I want the want the
   person’s name to 16pt. I tried entering custom CSS in my theme’s custom CSS section,
   but it didn’t work.
 * I must not be connecting all the dots in my head. Do I need to name a new class?
   Not sure what I’m missing.
 * Thanks,
 * Rich
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-211%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/custom-css-211/#post-10866270)
 * Hi Rich,
 * Try this:
 *     ```
       .testimonial-content { font-size: 11px; }
       .testimonial-heading { font-size: 16px; }
       ```
   
 *  [kayl3y](https://wordpress.org/support/users/kayl3y/)
 * (@kayl3y)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-211/#post-11033598)
 * Hi! I used this cue to fix a similar issue – I’m trying to change the font of
   the testimonial itself. This didn’t work – is there an alternate way to do this?
 * Thanks!
 *  anonymized-13171256
 * (@anonymized-13171256)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-211/#post-11033941)
 * [@kayl3y](https://wordpress.org/support/users/kayl3y/) Every theme is different.
   Try making the CSS more specific:
 *     ```
       .strong-view .testimonial-content p {
       	font-size: 16px;
       }
       ```
   
 * If that doesn’t work, please post a link to your site or start a new topic so
   I can see what’s going on.

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

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: anonymized-13171256
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/custom-css-211/#post-11033941)
 * Status: resolved