Hello @mysellzer, @robertghetau ,
I have the same issue as @mysellzer, stars are displaying as empty on my store as well while I know I have good reviews on my products.
I don’t think it’s a plugin conflict because I have tested by plugin disable/enable, theme disable/enable and it only happens with Storefront.
I have further checked in the code and found what’s causing the issue : it’s related to the fact that FontAwesome, the font used for displaying those stars, has been updated and changed it’s way of working with unicode display.
Check it here :
https://fontawesome.com/icons/star?style=solid
https://fontawesome.com/icons/star?style=regular
It uses a “fas” class now to separate the full star from regular empty star which seems to be the default display and has it’s own class “far”.
I think it can simply be solved by Woocommerce dev team adding a “fas” class (for full star as seen on Fontawesome above) on the span that’s displaying the full stars when the rating is positive.
And Storefront dev team should adjust the CSS code in icons.css at the same line height than the hollow star underneath so it displays cleanly.
I tested that out and it works perfectly : https://postimg.cc/GHmjzZqm
I just didn’t adjust line height on that shot but I also tested that after taking it and it’s working.
@robertghetau could you help us out and get this issue to be repaired by the respective dev teams ?
Thank you