Hi, if you go to any blog category under
The “Category Archive” title will not disappear. I tried adding custom CSS from a bunch of different forums, but it’s still not working.
Here’s what I tried:
.archive .x-landmark { display: none; }
.archive .h-landmark {
display: none;
}
.category .x-header-landmark {
display: none;
}
.h-landmark span, .entry-title.h-landmark span {
display: none;
}
.category .page-header { display: none; }
