Forums
(@andrad6)
9 years, 3 months ago
I had the same problem, the solution I found was to hide the author_bio section
Just go to theme > customize > Additional CSS and add:
.author_bio_section{ display:none; }
Then save and it will be gone!