Remove the author ethos theme

I would like to remove the author name for the meta information both on the blog index page and single blog post.
Theme Ethos
WordPress 4.9.6

Hi there,

Thanks for writing in! Try adding the following code in the Theme Options > CSS:

.blog .p-meta > span:first-child, .single-post .p-meta > span:first-child {
    display: none;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.