Hello,
Is someone able to assist me in removing the (#) next to the star rating?
I have the review plugin okendo.
Thank you so much. Ella.
A user seeks help removing the number (“#”) displayed next to star ratings on their Shopify collection page. They are using the Okendo review plugin.
Current Status:
.card .oke-sr-count with display: none;Resolution: The issue remains unresolved. The original poster has not confirmed whether the problem persists or if either suggested solution worked.
Hello,
Is someone able to assist me in removing the (#) next to the star rating?
I have the review plugin okendo.
Thank you so much. Ella.
I believe that it should be possible to configure in app settings. Can’t tell without installing the app in my store.
Otherwise, it’s possible to hide this information with simple CSS – just add the following code to the Theme Settings-> Custom CSS:
.card .oke-sr-count {
display: none;
}