Archived topic
Header Issue
8 replies · Started by Akshay on October 17, 2018
Hello,
I am unable to see my header in the website. I have no content in the header but its not getting displayed. Please help
Hi there,
Looks like the entire header element is removed.
I assume it still doesn't show if you add a logo image?
https://docs.generatepress.com/article/adding-header-logo/
Did you happen to add any functions to remove the header?
Let me know :)
No, it doesn't show up even if I add the logo. And I had previously installed a slideout website template but then I decided to edit the website my way and did a reset. Since then I am unable to see the header.
Hi there,
can you go to Appearance > Elements and look to see if there is a Layout Element?
Hey, there was a remove header element. I deleted it and now it works. Thanks a lot for your help
Can you also tell me how to remove the category title? I have 3 categories in my main menu and i want to remove the category title displayed.
Try this CSS:
.category .page-header {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
It works. Thanks a lot
No problem :)