Change AI Summary caption color, size and font

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

.es-review-info-caption {
  color: blue;
  font-family: Roboto;
  font-size: 25px;
}
1 Like