Remove/Change Author Bio at End of Posts

I am overlaying this on top of an existing blog and am not sure how to modify or remove the author bio at the end of each post. Thanks!

Hi,

Use this css code to remove the author bio:

author-bio {
    display: none;
{

Thanks,

Cristian