Archived topic
Page titles for Category pages
3 replies · Started by Jamie on April 19, 2019
Viewing posts 1–4 of 4
Hi, I've recently added a drop down to my blog menu splitting the blog into features, news and reviews using categories. These category blog pages still have a title at the top of the page saying 'review, 'features' or 'news' which I would like to get rid of. Can you tell me how I can hide them, please?
Thanks
Hi there,
This CSS should work:
.category .page-header {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thanks Leo, perfect!
No problem :)
This archived topic is closed to new replies.