We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i want to let activeColor to be "#555#.but after i change the option,the star's still be gold.
$(".test-rating").starRating({ initialRating: 4, disableAfterRate: false, strokeColor: "black", emptyColor:"white", ratedColor:"#555", hoverColor: '#555', activeColor: '#555', strokeWidth: 10, starSize: 15 });
<div class="test-rating"></div>
The text was updated successfully, but these errors were encountered:
there must be another location in your code that is changing it. Can you share your file?
Sorry, something went wrong.
I have this problem too. I dont find what obstruct ActiveColor in my stars, but i use css that to appoint my color in stars
.my-rating-stars-class polygon[class*="svg-active-"] { fill: #e92526!important; }
No branches or pull requests
i want to let activeColor to be "#555#.but after i change the option,the star's still be gold.
The text was updated successfully, but these errors were encountered: