Hi Chanettk,
I’ve just visited your blog. You are using the theme called “Presswork”.
You have to visit Appearance > Editor > style.css
On this page, you have to look for #authorbox and insert the following text: display: none;
Or you can simply write the following lines at the end of this page (style.css):
#authorbox {
display: none;
}