Change size and color of the total review count

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

.es-header-rating-reviews-count {
font-size: 15px;
color: black;
}
1 Like