-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't change the ratedColor #55
Comments
Try to use like that. |
I got the same issue. You may want to fix that. Excellent script beside that minor thingie :) Many thanks! |
To correct the issue, you need to change Line 177-182 in jquery.star-rating-svg.js: FROM:
TO:
|
It doesn't work properly :( |
This worked for me. $(".rating-stars").starRating({
starSize: 25,
totalStars: 5,
initialRating: 0,
ratedColors: ['#ffa700', '#ffa700', '#ffa700', '#ffa700', '#ffa700']
}); |
Change version |
Just test working well: |
I'm doing all exactly the same as the examples on guide, but only ratedColor is always set up on the crimson color. Have any descisions how to fix the bug?
ratedColor: '#F95A59',
The text was updated successfully, but these errors were encountered: