Hi Lisa,
Ahh ok, we’re getting mixed up here. That is something different, the author info is for the actual post page.
To remove that info there, add the following to the custom css box within theme options:
.blog-item .blog-item-details {
display: none;
}
– Ed