Hi, I’m sorry for not so prompt reply.
Here is a CSS snippet which will hide the author’s name (including “by” prefix). Just drop it in Customize -> Additional CSS.
.entry-byline .post-by,
.entry-byline .entry-author {
display: none;
}
That will work OK, and for the next release I added new setting in Customizer where is possible to choose not to show the author’s name. New release is already submitted but there is some problem with automated approval so I can only wait and hope that the administrators will solve the approval problem soon.
Thank you for using Themelia!