Hi,
I can help out here.
Are you talking about this on the top of the event:
| €115
That is to display the Event Cost, you can hide that with css.
.tribe-events-single .tribe-events-schedule .tribe-events-divider,
.tribe-events-list .tribe-events-event-cost,
.tribe-events-schedule .tribe-events-cost,
.tribe-events-meta-group dl dt:nth-child(5),
.tribe-events-meta-group .tribe-events-event-cost {
display:none;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks