Have you ever changed those stars?
I am trying to use some png images, but that's a big mix of html, css and js and can't figure it out.
Cheers
Have you ever changed those stars? I am trying to use some png images, but that's a big mix of html, css and js and can't figure it out. Cheers |
You can change that in icons.css look for these lines: .sys-icon.star:before { content: "\f005"; } .sys-icon.star-empty:before { content: "\f006"; } .sys-icon.star-half:before { content: "\f089"; }
You can change those to use whatever background images you want. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thanks Houston that helps me also a bit. I can only hope we have an admin option to control ratings in the future. Most importantly an off switch that gets rid of them all together. |
You can change that in icons.css look for these lines: .sys-icon.star:before { content: "\f005"; } .sys-icon.star-empty:before { content: "\f006"; } .sys-icon.star-half:before { content: "\f089"; }
You can change those to use whatever background images you want. Thank you! |