It seems a little strange to have the header shown with the name of the site replaced by the category title, but the sub-title of the site still present. Users also still need to press the button to see the category of posts. Personally, I’d like the option for a smaller traditional header which shows some of the actual content above the fold, so to speak. Short of that, I’d like the categories at least not to use the big header.
Hi Philip !
If you want to disable the header in category view, you can add the following code to the “Header Code”
<style>
.category .banner .header-inner {
display: none;
}
.category .banner.cover {
min-height: 130px;
}
</style>
Hope this helps !
Would this remove the text explaining what category is being shown?
Also, this same issue exists for tags and archives.
Looking at the code, is it possible to just adjust the size of the header, and then remove the button? i.e. make a small header that just has enough room for the text, and then eliminates the need for the button?
Thanks.
Apologies for the delay in replying to you.
You can send me a screenshot about the position which you want to remove.
Please login or Register to submit your answer
replied 11 years ago
This is true of the Archive view as well.
replied 11 years ago
I see that in 1.0.2 you’ve removed the tagline, which is a big improvement. I’d still like to get the header smaller, however, so that content is visible above the fold…