Change badge corner radius on mobile

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

@media (max-width: 500px) {
.es-badge-container {
  border-radius: 5px;
}
}
3 Likes