Archived topic
Remove category header things?
3 replies · Started by Adam on June 10, 2020
Viewing posts 1–4 of 4
I don't know what you call them, but when you click on a tag or category, you get the small box with the category name displayed. I have hidden some with a code I found on this forum, but I would like to hide them entirely. See attached URL to see what I am trying to describe.
Hi there,
if you want to remove the page-header from the tag archives as well then you can use this CSS instead of your existing CSS:
.category .page-header,
.tag .page-header {
display: none;
}
Perfect! Thanks.
You're welcome
This archived topic is closed to new replies.