[Resolved] Remove Category Page's Title

Home Forums Support [Resolved] Remove Category Page's Title

Home Forums Support Remove Category Page's Title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #426271
    Sean

    https://i.imgur.com/VW8dBMI.png

    Is there a way to remove the “title” for category pages? In the screen shot, it is shown on the left hand side, “Reviews”

    #426357
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .category h1.page-title {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #426361
    Sean

    That’ll do it Leo, thank you!

    #426362
    Leo
    Staff
    Customer Support

    No problem!

    #612034
    Ali

    Hi Leo, it removed the title but unfortunately, there’s a space left behind.

    Check here:
    http://prntscr.com/k146ya

    How to remove that blank space and move posts a little upside.

    waiting.

    Thanks

    #612035
    Ali

    Nevermind, i just found a helpful youtube video. The code removed the blank white space. Now the post looks great. πŸ˜‰

    Screenshot:
    http://prntscr.com/k149md

    here’s the code:

    .category .page-header {
    display: none;
    }

    Have a great day. πŸ™‚

    #612199
    Leo
    Staff
    Customer Support

    Glad you figured out πŸ™‚

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