Closed (fixed)
Project:
Fivestar
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2007 at 17:26 UTC
Updated:
29 Sep 2012 at 19:32 UTC
I am trying to make Fivestar use two sets of stars for displaying the ratings on a node. For instance, on the homepage the stars should be much larger in size (around 32 x 32 for each star) and on the node page it should be the default size already used in fivestar.
I've been trying to find a way to hack this to no avail but am hoping that this might be a feature or perhaps some directions on how to do this could be added to the documentation.
Thanks so much - it rawks!
Comments
Comment #1
quicksketchCSS is your savior here. You just need to over-ride the CSS for fivestar within the specific context of your front page. Add something like this to your style.css and create a new larger star called 'stars-large.png' and place it in your theme's images directory.
Comment #2
graphicdefine commentednice! Thanks so much!
Comment #3
JohnnyW commentedAwesome -- Thanks!