Skip to content

Instantly share code, notes, and snippets.

@jarodthornton
Created May 5, 2022 03:27
Show Gist options
  • Save jarodthornton/0bf416a40c78cbda54c3a142dcb6acac to your computer and use it in GitHub Desktop.
Save jarodthornton/0bf416a40c78cbda54c3a142dcb6acac to your computer and use it in GitHub Desktop.
ReviewRobin Reviews Widget - Hide white label and remove border radius
<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