Why isn't my product review star counter showing the number of reviews?

Hi,

I’m having an issue with my store www.sensehero.co.uk and the star counter

The star counter doesn’t show the number of reviews.
I can highlight the row to apear it but it appears blank without doing this

Please advise

Hi @SenseHero ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi Anthony,

Do you mean like this?

{%- if settings.predictive_search_enabled -%}

{%- endif -%}{{ “//cdn.shopify.com/s/files/1/0644/2975/2553/t/2/assets/optimization.js” | script_tag}}

.slideshow__controls.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile { display: none; } .banner--mobile-bottom .slideshow__text.banner__box { display: none; } a.link.underlined-link { color: #000 }

yes you can paste code before like this:

Hi @SenseHero

You can solve this issue by adding this CSS code at the bottom of your base.css file in Online store > Themes > Edit code > Assets

.spr-summary-starrating a { color: #000 !important; }

I believe this has removed the issue.

Thank you

Which code has I use as I used Anthony and believe this resolved it.

will it be better to remove and add the code you suggested instead?