Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #47736
    Sykacz
    Member
    Post count: 4

    My question is how to disable page header when you are displaying category?

    I know that when I am creating a new page, I only have to check “Hide page header” box. But what I have to do to remove this page header when I am displaying a category?

    Please help me

    #48107
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

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

    – Kyle

    #48330
    Sykacz
    Member
    Post count: 4

    Thank you very much. Work as a charm 🙂

    #48332
    Sykacz
    Member
    Post count: 4

    Hmm I need such code for search result page as well

    #48382
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change the css I gave you to:

    .search results .page-heading, .category .page-heading {
      display: none;
    }

    – Kyle

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register