Das liegt dann an deiner Kombination aus Eventliste und dem Template event_teaser
Du musst als das Teamplate event_teaser.html5 anpassen. Am einfachsten iom Backend über Tamplates > Neues Template dieses Tamplate anlegen.
Dann das vorletzte Icon wählen (Die Datei "templates/event_teaser.html5" bearbeiten) wählen.
Hier nun im unteren Bereich den Block
PHP-Code:
<?php if ($this->hasDetails): ?>
<p class="more"><a href="<?= $this->href ?>" title="<?= $this->readMore ?>"<?= $this->target ?>><?= $this->more ?><span class="invisible"> <?= $this->link ?></span></a></p>
<?php endif; ?>
ändern in
PHP-Code:
<p class="more"><a href="<?= $this->href ?>" title="<?= $this->readMore ?>"<?= $this->target ?>><?= $this->more ?><span class="invisible"> <?= $this->link ?></span></a></p>