how can i delete the Bod of the author of each entry?

Hello, i need your help support. I need to remove the author Box thas is repeated in each entry(post). Is specifically Text of Page “about me”. I went to each entry to remove the check ‘autor’ and i can delete it. Can you help me please?

thx

To hide author bio from blog posts you can simply add this code to Theme Options >> Other >> Custom CSS

.single .secondary-content-box {
  display: none;
}

Let me know if this is what you were looking for.

Yes! I succeeded! Thx!