MyBB Community Forums

Full Version: Stars problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I was going to use the original stars but they look to bad. I found some good ones which I am going to use. Can anyone tell me exactly were to upload and also how I change the background of the stars.

Thanks, ModRapt

Here it is http://lollingforums.comoj.com/showthread.php?tid=2

Stars thread rating.
for the simpledark theme you are using, star.png and star_rating.png files are located in ./images/simpledark/ folder

Edit: star_ratings.css style sheet of the theme contains class .inline_rating
and you can use background color property for it (edit through admin panel & in advanced mode)
.inline_rating {background: #000!important;}