[Resolved] hiding the category title

Home Forums Support [Resolved] hiding the category title

Home Forums Support hiding the category title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297992
    Clemens

    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?

    #298012
    Tom
    Lead Developer
    Lead Developer

    This CSS should do it:

    .category .page-header {
        display: none;
    }
    #298021
    Clemens

    Thanks. Works perfectly. I copied it in the backend in Design > Editor. Will it survive any update of wp and gp?

    #298026
    Tom
    Lead Developer
    Lead Developer

    Probably not. Check out these instructions instead: https://docs.generatepress.com/article/adding-css/

    #298043
    Clemens

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

    #298163
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.