Rapid Reviews / Star Rating Color - CSS

Star Rating Color - CSS

Change your star rating color using your own css code.

~CE

<style>
  /* TOP COLOR */
  .r_stars_on {
    background-color: #fb8a7d !important;
  }
  /* BOTTOM COLOR */
  .r_stars_inner {
    background-color: #ccc !important;
  }
</style>
HTML