Change the border radius of the posts right in the widget
1 Like
Hi there @user11774
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
As a workaround, you can use this CSS code to adjust the border radius of the posts:
.es-post {
border-radius: 3px;
}