Change AI Summary text color, size and font

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

.es-ai-summary-list-item-text {
  color: blue;
  font-family: Roboto;
  font-size: 25px;
}
1 Like