Change the border radius of the posts

Change the border radius of the posts right in the widget

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: 13px;
}

Change borders from being squared

Hi there, @Obey_Trice :waving_hand:

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 :wink: