Testimonial widget text formatting

Hi there,

I was just wondering how to make the text on the testimonial widget in the footer of my site smaller? I’ve tried doing it in the customised typography area and it still displays as quite large…

Any tips would be greatly appreciated!

Hi There,

Thank you for writing in! I assume you’re referring to the Testimonial Rotator. If so, please add this to Theme Options > CSS

/*Testimonial Rotator testimonial font-size*/
.testimonial_rotator_slide_title {
	font-size: 1.2rem;
}

/*Testimonial Rotator author font-size*/
.testimonial_rotator_author_info.cf-tr {
	font-size: 1rem;
}

If this did not work, please consult the plugin documentation or the plugin author.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.