Site logo

Archived topic

hiding the category title

5 replies · Started by Clemens on March 27, 2017

Viewing posts 1–6 of 6

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?

Ok. That helps. Thanks for all the comfort things so helpful for the beginners.

Glad I could help! :)

This archived topic is closed to new replies.