Hi,
Thanks for using our plugins. I can try to help out here.
The “Archives For” is being placed there by your theme so I am limited in providing coding to change it to something else as I do not know what that coding is.
I do have some css to hide it and that second snippet with the height could help you move up the calendar to fill in the blank space by reducing the 490px:
.post-type-archive-tribe_events .pm-sub-header-title-container,
.post-type-archive-tribe_events .pm-sub-header-message {
display: none;
}
.post-type-archive-tribe_events .pm-sub-header-container {
height: 490px;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks