Hello @mealto,
There are three ways to do this:
- Use the
[review_rating stars="#FF0000"]
parameter;
- User the
[review_rating stars="css"]
parameter with CSS that affects the colour of the stars;
- Use the parameter
[review_rating stars="html"]
to use the HTML entities rather than SVG stars – CSS will affect these.
You can alter the grey coloured stars using: [review_rating stars_gray="rgba(50, 50, 50, 0.4)"]
. All of this and more is covered in the shortcodes tab. I also have a demonstration website that’s now live.