Change the border radius of the posts right in the widget
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: 13px;
}
Change borders from being squared
Hi there, @Obey_Trice ![]()
Thank you so much for the feedback!
I agree that it would be awesome to have this feature right in the settings and we’ll try to think about it in the future.
As a workaround, you can use a CSS code from the message above to make the posts rounded ![]()