Thanks for sharing the link Pier!
That “archive” text unfortunately comes from your theme, so you will have to go to your theme to modify that text directly. You should be able to find it by looking for a <div> tag with the class of .headline_text
If you want to just hide that row of text altogether on these pages, you can instead just add the following CSS to the bottom of your theme’s style.css file:
.post-type-archive-tribe_events .headline_outer {
display: none !important;
}
I’m sorry if you find this news disappointing, hopefully it helps a bit though. Let us know!
Thanks,
George