Hello There,
Thanks for writing in!
I am unable to replicate the text issue on my end. Can you please confirm?
http://prntscr.com/ax7xha
However i noticed extra spacing in button and image, to fix that please use following CSS under Custom > CSS in the Customizer:
.x-recent-posts .x-recent-posts-img {
padding-bottom: 0 !important;
}
.x-btn.x-btn-rounded {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
Thanks.