XenForo
Administrative
- Thread starter
- Admin
- #1
As the title suggests I'm trying to change the rating star color. I already know about the option under the miscellaneous option but it doesn't seem to be changing the color of the stars on the leave rating popup.

I tried to put this in the extra.less but no luck.
Code:
Am I just looking in the wrong spot?
Read more about this Feed . . .

I tried to put this in the extra.less but no luck.
Code:
Code:
.ratingStars-star.ratingStars-star--full::before {
color: #ffcc00;
}
Am I just looking in the wrong spot?
Read more about this Feed . . .