Make testimonial job title & name smaller

How do I make the writing beneath the picture smaller?

Hey there :slight_smile:

Can i see this live? please provide url of this page and i can provide css for you

http://thesocialpuzzle.apps-1and1.net/ is this ok?

Hello there,

You can use the following CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Edit font size*/
div#parallel_testimonial-3 h3 {
    font-size: 15px;
}

Best Regards,
Support

Thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support