Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    This will be fixed in 2.0.6 (next week I think). We’re replacing them with an icon font.

    Thanks

    Hey Mike has this been fixed now? And is a mystiles or woocoomerce update?

    Take the star code from woocommerce.css that now uses the star font and copy it to your mystiles custom.css file

    If you have upgraded to 2.0.6

    Thread Starter snakeyman2

    (@snakeyman2)

    I have now upgraded to 2.0.7

    Unfortunately no luck, however there is a change – instead of the squares where the stars are supposed to be it is now “S” symbol.

    I tried putting the star code in my theme css file as per the suggestion above, but no change.

    I am using Responsive theme if that helps.

    Snakeyman2 – Have you had any luck in getting this fixed?

    Chris

    Resolved: Add the following custom CSS;

    .star-rating span {
    font-size:1em;
    font-style: bold;
    font-family: "star";
    color: #006c00;
    }

    It’s only taken me 3 months to figure this out!

    Chris

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Squares showing up instead of stars in product rating’ is closed to new replies.