Testimonial Section Font Size on Prestige Theme

Hi there!
I’m currently using the prestige theme for our shop (www.customgiftboxco.com.au) and I want to reduce the font size of the text in the testimonial box at the bottom of the home page (I find it to large and ‘in your face’).
If anyone has any suggestions as to how this could be achieved through code, it would be amazing.
Thanks :slightly_smiling_face:

Hi there,

You can achieve that through custom CSS.

Adding the below CSS code at the end of your theme.css should address your inquiry.

.Testimonial__Content p {
  font-size: 14px !important;
}

Attached a reference screenshot.

Hope that answers your question.

Kind regards,

Amazing, thank you so much. It worked perfectly!

Glad that I could be helpful!