Created
May 5, 2022 03:27
-
-
Save jarodthornton/0bf416a40c78cbda54c3a142dcb6acac to your computer and use it in GitHub Desktop.
ReviewRobin Reviews Widget - Hide white label and remove border radius
This file contains hidden or 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
<style> | |
span.review-verified { | |
display: none; | |
} | |
div#widget_div { | |
border-radius: 0px; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment