To change text Written by in Blog Posts, you can use this code to Custom CSS box
/* Change text */
.blog-meta-item.blog-meta-item--author {
font-size: 0;
}
.blog-meta-item.blog-meta-item--author:before {
content: "Post by ";
font-size: 18px;
}
Result

