[Resolved] How to turn off the title of category

Home Forums Support [Resolved] How to turn off the title of category

Home Forums Support How to turn off the title of category

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302143
    Krystian

    Hello,

    I would like to turn off the title of category with it’s box (when I chose category page, it’s between header and content). Where or how can I do that?

    #302161
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    .category .page-header {
        display: none;
    }
    #302162
    Krystian

    Thanks a lot;) Now I can finish my site;)

    #302163
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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