Home › Forums › Support › Author “Biographical Info” Is Not Showing In The Author Page This topic has 1 reply, 2 voices, and was last updated 5 months, 3 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 11, 2022 at 2:14 am #2369609 Lelin Hi, I have added some info text about the author in the user settings. But it is not showing in the author page. https://www.allaboutrazor.com/author/dennis/ Can not understand why it is happened! Please Help Me! I have attached Biographical Info Screenshot. https://drive.google.com/file/d/1uLhIecpX0exzhuLqhgVGFU3guDOVwcgh/view?usp=sharing October 11, 2022 at 5:00 am #2369747 DavidStaff Customer Support Hi there, in your Customizer > Additional CSS you have this CSS rule: body.archive header.page-header { display: none; } Which is hiding the archive header, which is also hiding your author archive header. If you want to hide the header on all other archives but keep it in view for authors then change the CSS to this: body.archive:not(.author) header.page-header { display: none; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In