Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    It looks like the below custom CSS code you added overrides the star font icon which is defined in the WC’s main stylesheet.

    
    .widget-area * {
        font-family: Helvetica, sans-serif;
    }
    

    To prevent this from happening, you’ll need to add the below extra CSS code:

    
    .woocommerce .star-rating * {
      font-family: star !important;
    }
    

    Regards,
    Kharis

    Thread Starter K9Sports

    (@k9sports)

    Yep! That did it. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recent Reviews Widget displaying S instead of stars.’ is closed to new replies.