Reviews

Permalink
Dear Author,
I would like to ask you haw to change the graph of stars - I would like to make it more custom...

Tags:

reviews, stars
View Replies:
MattWaters replied on at Permalink Reply
MattWaters
The Reviews add-on uses some concrete5 core files to generate the stars. I would start by looking at this CSS file, which sets the background image:

concrete/css/jquery.rating.css

div.rating-star,div.rating-star a{background:url('../images/rating_star.png') no-repeat 0 0px}


You should copy this file up to (your site root)/css/ rather than making changes in the core directory, by the way.


The star images are located in the core image directory:
concrete/images/rating_star.png
concrete/images/delete_rating.gif

Since the css file mentioned above has relative paths to these, you'll need to change this to match wherever you're storing your new images.