Hi, @nepalpyramids
I’m not the developer of this plugin but have the same question about the color of stars. I guess you had already resolved it, but in case someone else wondered – I’ll answer what I’d found out.
All you need is add simple CSS code into your site:
.review-rating > span:before {
color: yellow;
}
Instead of “yellow”, you might use the hexadecimal representation of the color you need, e.g. #FFFF00. The CSS code itself you might add with the “Custom CSS” panel in the Theme Customizer.