How can I change the colour and style of the rating stars?

Our app can display the rating from your products if you use one of the supported review apps.

In our app preferences page, on the Visual preferences section, you will find the configuration options to style the rating stars to better suit your needs. These options appear clicking on the review icon of the visual selector

First, you can change easily the colour of the stars:

And, if you're familiar with CSS, you can further customise the styles with CSS rules in JSON format:

For example, the following code would add a grey shadow to the stars:

{"text-shadow":"4px 4px 2px #bbb"}

With the previous changes, the app widget would look like the following: