alflatscher Hi
We updated this file on your site to fix the issue: /templates/gk_evonews/html/com_content/article/default.php
<img src="<?php echo $images->image_fulltext; ?>" alt="<?php echo $this->escape($this->item->title); ?>" itemprop="image" />
<?php if (isset($images->image_fulltext_caption) && $images->image_fulltext_caption !== '') : ?>
<figcaption class="caption"><?php echo $this->escape($images->image_fulltext_caption); ?></figcaption>
<?php endif; ?>
<?php endif; ?>
and this custom css code:
.caption {
text-align: center;
background: #f5f5f5;
padding: 2px 10px;
}
Kindly check.