How do we get rid of the author name on this page?

Hi guys,

We’re having the hardest time figuring out how to disable the author name from this page on our site. Any ideas?

Thanks!

Hi There,

Thanks for the mail.

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.author_bio_section{
display:none;
}

Thanks!
Colorlib Support Team