Change the border radius of the posts

Change the border radius of the posts right in the widget

1 Like

Hi there @user11774 :wave:

This is a really nice idea, and we’ll try to think it over in the future enhancements. We’ll keep you in the loop :slightly_smiling_face:

As a workaround, you can use this CSS code to adjust the border radius of the posts:

.es-post {
  border-radius: 3px;
}