It’d be great if we could control the font size in the Name and Caption fields right in the widget settings.
Hi there @user6384 ![]()
These settings would definitely enhance our app and we’ll try to consider their implementation in the future.
As for now, you can use this CSS code to adjust the size of the name and caption text:
.es-review-author-name {
font-size: 15px;
}
.es-review-info-info-block {
font-size: 15px;
}
I would also like this and I am glad to read you are considering it! On our site, which is about construction projects, the reviewer and their position and company is what the viewer/reader is interested in - it’s more of a scan than a full read. I would like to make the reviewer name read all caps and the position be bolder and larger, and I submitted another suggestion to add a third line, so that if I don’t want to put the logo in there, I can write the reviewer’s firm name. Thank you for this css in the short term!
Hi @Lisa_Frisch ![]()
Many thanks for sharing your feedback!
I agree that it would be awesome to have settings for changing the font of these elements right in the editor and we’ll try to think about it in the future.
To make the reviewer name all caps, you just need to add it in uppercase right in the settings:
To change the font size and font weight of the caption, please the following CSS code ![]()
.es-review-info-info-block {
font-size: 15px;
font-weight: 600;
}
Thanks Max! I do know about the caps
- But it doesn’t look as nice in search results - there i like it Title case, so I noticed that being able to transform it to all caps suits both graphics on the site and what google is doing.
Could you please describe what’s wrong with the display of the uppercase in the search results? A screenshot would be much appreciated ![]()
Hi Max! It’s not an issue with your search results specifically, it is a preference for this title case or sentence case in search results generally. I know Google does change some of them, but when/if this review gets picked up I’d rather it not say “MIKE WURM Executive Director Boys and Girls Club.”
(I feel like) it’s best practice to transform rather than enter all caps, wherever possible.
It could be that I am just using it for something different than usual. I like a more graphic approach to testimonials, short snippets/quotes instead of a whole long review. Big names beneath that people will recognize in our community.
This is how we have them now (below), which took some CSS and other code gymnastics converting a block in squarespace with help of Will Myers’ plugin.
I am just seeing what’s out there and Elfsight has really easy to use and cool ideas. I bought a package deal for a project and made a list of 5 others to try and see what I could make with them. So I am trying out the testimonial feature!
Thanks!
Lisa
Ah, I see! You’d like to display names all caps in the widget, but in the search results they should be in the lowercase.
Unfortunately, it’s impossible to achieve this now, but we’ll also have this idea in mind.
Thanks again for the feedback ![]()

