Reduce text size in Testimonials text box in Habitat theme

Hi,

I’m trying to make the text smaller in the Testimonials section of the Habitat theme. It only gives the options small, medium and large, but even small is too big - pretty much bigger than anything else on the page. I can work out how to change the heading size, but not the body text. Is it possible? Thanks

To reduce the size of the text in the Habitat theme’s Testimonials section:

  1. Navigate to Themes > Online Store > Edit Code.
  2. Locate the theme.css or base.css file by opening the Assets folder.
  3. To make the text smaller, add the following custom CSS at the bottom:
    .testimonials-section .testimonial-body {
    font-size: 14px;
    }
  4. Save the changes and refresh your site.
    This will make the body text in the Testimonials section smaller.