In post Show category in Event list wdget i asked how to show also the category of the event in the widget.
I followd the instructions and did put the code mentioned on tribe_get_event_categories into the list-widget.php.
<?php echo tribe_get_event_categories(); ?>
Now the category is shown but there are also labels shown that i don’t want to be there.
I found in general.php at row 425 this piece of code:
'label' => null,
'label_before' => '<div>',
'label_after' => '</div>'
My question, is it posible to not show the label (word) Evenement and put the name of the category behind the label Categorie?
See for example the attachment