Created
November 25, 2020 17:27
-
-
Save be-mohand/25b7ad9b29a29fc61f3312818063b46e to your computer and use it in GitHub Desktop.
Hide rating stars
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
// listing page | |
.listing_container .rate { | |
display:none; | |
} | |
// Shop view | |
.profile-view .rate { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment