Archived topic
hiding the category title
5 replies · Started by Clemens on March 27, 2017
In GP premium (german) I'm using categories in the menu 1 to organize. There is no special page for the posts just categories wich appear in the menu and organize the posts I want to show together. How can I hide the title or name of the category that is appearing above the first post?
This CSS should do it:
.category .page-header {
display: none;
}
Thanks. Works perfectly. I copied it in the backend in Design > Editor. Will it survive any update of wp and gp?
Probably not. Check out these instructions instead: https://docs.generatepress.com/article/adding-css/
Ok. That helps. Thanks for all the comfort things so helpful for the beginners.
Glad I could help! :)