Testimonial font

Hi -

Can you tell me how I can change the default font for the testimonial widget? Not the testimonial slider/revolver/showcase, just the widget. Ideally default font/size/color. Thanks.

-Brian

Hi Brian,

Thank you for writing in, sorry but I’m not sure what do you mean “testimonial widget” is that comes from a plugin? The theme does not have that widget, or are you referring to the Testimonial element? If so, please follow this documentation.

Hope it helps,
Cheers!

Thanks for getting back to me, Freich. Sorry, yes, I meant element. ANd yes, I can see how to change them individually, but I 'd like to change the default.

I looked over the https://theme.co/docs/element-css page. Is there a way I can do this without hiring a programmer? Is there a stock block of code that would enable me to just make the changes?

Thanks again.

Hey Brian,

Styling the testimonial element globally could be possible using custom CSS. While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here. To achieve your desired results, you can add the following code in the Theme Options > CSS:

.x-testimonial .x-testimonial-content .x-testimonial-text {
    font-size: 0.7em;
    font-family: 'Lato';
}

Feel free to change the values or add more rules as needed. Hope this helps!

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