Archived topic
Page Header assigned to CPT archive - not hiding old archive header
5 replies · Started by Craig on December 29, 2017
Hello,
I've created some Page Headers for my custom post types and assigned them to my archive pages. All working as expected, however the old archive header is still being displayed.
Everywhere else, (e.g. posts, categories, etc.) assigning a Page Header hides the original header.
Is this feature not available, or is there some CSS to hide these specific cpt archive headers?
Here's a screenshot - https://www.dropbox.com/s/v1jimtjbv2ckqmn/2017-12-29_18-55-05.png?dl=0
Thanks!
Hi there,
Any chance you can disable the coming soon page and direct me to the page?
It would help nailing down the solution :)
Thanks!
Hi Leo...done...
CPT archives are found under:
- Classifieds
- Buyer's Guide
Thanks for taking a look!
Try this CSS for now:
.archive header.page-header {
display: none;
}
I'll ask Tom to confirm if this is the default behavior :)
Hi Leo...great..that'll for work now. Thanks!
Currently this is standard behavior, I'm working on a solution to remove it automatically :)