Hi there, Consuelo! I’m so sorry for the late reply. This thread somehow slipped through the cracks and I apologize.
It looks like you theme is adding that text to the top right corner of the screen. You can try hiding it with CSS by adding this to your theme’s style.css file:
.single-tribe_events .title_subtitle_holder,
.events-archive .title_subtitle_holder {
display: none;
}
Hopefully that does the trick. If not, I would suggest getting in touch with the theme author to help revolve it at the theme level since that’s where it is coming from. 🙂
Cheers!
Geoff