Hi, In the testimonial section, I’d like to decrease the size of the testimonial text and increase the size of the author name. How do I do that? Thanks. Caroline
Hello Caroline,
You will have to do that with CSS code again,
/* Text */ .testimonials blockquote {font-size: 24px;}
.testimonials blockquote {font-size: 24px;}
/* Author */ .testimonials small {font-size: 16px;}
.testimonials small {font-size: 16px;}
Just change the font size number to what you want.
You must be logged in to reply to this topic.