Want to customize the read 'read more' text in blog posts on your DIVI site?

This below CSS code will CAPITALIZE the text.

.et_pb_posts a.more-link {
text-transform: capitalize;
}