Hide rating and stars from badges

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

[class*="Rating__Container-sc"] {
display: none;
}