Skip to content

Instantly share code, notes, and snippets.

@radjivF
Created July 10, 2018 10:29
Show Gist options
  • Save radjivF/5191df53a0f5d172a3741880510b32c9 to your computer and use it in GitHub Desktop.
Save radjivF/5191df53a0f5d172a3741880510b32c9 to your computer and use it in GitHub Desktop.
product review shopify app hide customer reviews if none
// copy and past to the bottom of theme.scss.liquid
.spr-badge[data-rating="0.0"] {
visibility:hidden; display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment