Forums
Forums / Plugin: Rate My Post - Star Rating Plugin by FeedbackWP / Only 3 Stars
(@andreazambiasi)
6 years, 11 months ago
Hi all,
I’ve a special project in which the user shlod vote choosing between 3 levels of rating. Is it possible to modify your plugin to only have 3 stars instead of 5? Ty in advance Regards
(@blazk)
Hi @andreazambiasi,
you could hide two stars with CSS and then have a three-level rating system. The solution is not perfect but it should work 🙂
Blaz
May you help me on that? I mean with CSS code to add…
Thx a lot
@andreazambiasi,
this should do the trick:
ul#rmp-stars li:nth-child(4), ul#rmp-stars li:nth-child(5) { display: none; }
Regards, Blaz
The topic ‘Only 3 Stars’ is closed to new replies.