Does anyone know what CSS code I could use to change the colour of my review stars and also space them further apart?
I have the code below, but it only changes the outline colour
.product .star-rating span:before,
.product .star-rating:before {
color: #FF0000;
}
What code would I add to do the whole thing and also space them a little further apart?
Thanks!