Setting font size for Author and Caption

It’d be great if we could control the font size in the Name and Caption fields right in the widget settings.

1 Like

Hi there @user6384 :wave:

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;
}