Site logo

Archived topic

Remove Post Headers

2 replies · Started by Jeff Coppage on October 29, 2015

Viewing posts 1–3 of 3

How do you remove the Page Header for Categories of Posts?

.page-header {
display: none;
}

Remembered!

For categories specifically, you can do this as well :)

.category .page-header {
    display: none;
}
This archived topic is closed to new replies.