Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created November 26, 2015 23:20
Show Gist options
  • Save carolineschnapp/a7c7352ddea0a826efd8 to your computer and use it in GitHub Desktop.
Save carolineschnapp/a7c7352ddea0a826efd8 to your computer and use it in GitHub Desktop.
[Product Reviews] Hide star rating when no reviews were given yet on collection pages.
.spr-badge[data-rating="0.0"] {
display: none;
}
Copy link

ghost commented Mar 16, 2018

Awesome again Caroline.. you are an absolute star for creating such great code and theme improvements for the world. So much appreciated as we installed the reviews code earlier but as it's a new store so no reviews were in place but this is perfect now. thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment