Change font weight and color of the "Read our X reviews" text in badges

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

.es-badge-total-reviews {
color: rgba(17, 17, 17, 1);
font-weight: 600;
}