Created
July 10, 2018 10:29
-
-
Save radjivF/5191df53a0f5d172a3741880510b32c9 to your computer and use it in GitHub Desktop.
product review shopify app hide customer reviews if none
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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